Search results

  1. M

    select query with multiple fields

    I'm trying to write a query that will yield all records where a TechnicianID appears. Please note that the Technician ID could be in any one of three possible fields. Your help is appreciated.
  2. M

    printing a report for a single record

    I'm new to access. I'm beating my brains in and reading all the posts that relate to this. This is my final concoction and it doesn't work. DoCmd.OpenReport "CustomerFaceReport", acPreview, , "[RefNum] = '" & Me.Customers.RefNum & "'" my RefNum is alphaNumberic Thanks in advance
  3. M

    Multi Function Button

    I need to create a button in a form that can open 1 of 6 different forms depending on a value of a field. I am not an Access Expert and do all programming visually, so please explain step by step.
Back
Top Bottom