P
Padster
Hi I have a relatively straightforward training database which has a few
tables for courses, employees, and bookings.
I want to be able to search on 'employee' and 'course' criteria. So i
created a form with 2 text boxes for employee name and course name and a
'search ' button. I also created a macro and a query (based on the bookings
table - employee, course, start date
The query criteria for employee is this - Forms![Reports_Form]![Employee] Or
Forms![Reports_Form]![Employee] Is Null
The query criteria for course is - Forms![Reports_Form]![Course] Or
Forms![Reports_Form]![Course] Is Null
Does this look kinda OK? If any of you guys have any similar examples I
could look at it would be much appreciated!
Thanks,
Richard.
tables for courses, employees, and bookings.
I want to be able to search on 'employee' and 'course' criteria. So i
created a form with 2 text boxes for employee name and course name and a
'search ' button. I also created a macro and a query (based on the bookings
table - employee, course, start date
The query criteria for employee is this - Forms![Reports_Form]![Employee] Or
Forms![Reports_Form]![Employee] Is Null
The query criteria for course is - Forms![Reports_Form]![Course] Or
Forms![Reports_Form]![Course] Is Null
Does this look kinda OK? If any of you guys have any similar examples I
could look at it would be much appreciated!
Thanks,
Richard.