G
Guest
I am trying to produce a report of Customers to see on service calls. I
already have a simple form that the users can find customers by 1) Name, 2)
City, or 3) Sate. Using Option buttons and a combobox that displays only the
available items in each field. (The users are completely PC illiterate and I
need to keep things as simple as possible) If I can still use this form it
would be great but not essential. I want them to be able to select the
customers by any of these criteria, display the results in a tabular form
with fields from another tblTrips as follows:
Trip Description (in the form header)
Trip Date (in the form header)
Confirmed (CheckBox fields for each record found)
Notes (for each record found)
The user then just has to click on the customers for service and fill in any
notes for that customer (type of service required) then press the Print
Report button. The info gets saved in the tblTrips for future reference and a
report prints out for the Tech doing service. I've tried different approaches
but nothing works. This is way out of my level but, I'm sure with some
pointers and maybe examples I can figure it out. ANY help is, of course,
greatly appreciated.
Neill
already have a simple form that the users can find customers by 1) Name, 2)
City, or 3) Sate. Using Option buttons and a combobox that displays only the
available items in each field. (The users are completely PC illiterate and I
need to keep things as simple as possible) If I can still use this form it
would be great but not essential. I want them to be able to select the
customers by any of these criteria, display the results in a tabular form
with fields from another tblTrips as follows:
Trip Description (in the form header)
Trip Date (in the form header)
Confirmed (CheckBox fields for each record found)
Notes (for each record found)
The user then just has to click on the customers for service and fill in any
notes for that customer (type of service required) then press the Print
Report button. The info gets saved in the tblTrips for future reference and a
report prints out for the Tech doing service. I've tried different approaches
but nothing works. This is way out of my level but, I'm sure with some
pointers and maybe examples I can figure it out. ANY help is, of course,
greatly appreciated.
Neill