annsolomon
MIS
I have a form that allows the user to enter a filter into a text box. (i.e., open frmEmployeeData where ContractNumber = some text value the user enters)
It works fine if I have employees assigned to that contract number. But, if no employees are assigned to that contract number my form opens with no data fields. I'd like to display a message saying there are currently no records that match the user's criteria but can't figure it out. I know I could use the NoData event on a report but what about a form?
Ann
It works fine if I have employees assigned to that contract number. But, if no employees are assigned to that contract number my form opens with no data fields. I'd like to display a message saying there are currently no records that match the user's criteria but can't figure it out. I know I could use the NoData event on a report but what about a form?
Ann