Link to home
Start Free TrialLog in
Avatar of MissB618
MissB618Flag for United States of America

asked on

Find function not working in dialog form

I've created an employee award trackiing database.  In my main form it lists the awards and the employees who have been nominated.  I've got a command button which opens a dialog form I created to allow user to add or edit employee information.  I can use the navigation buttons to go from employee to employee, but with over 600 names I would rather search.  Here is my problem.  I can't search in any of the fields!  The dialog box's control source is my employee info table (tblEmployees).  Ideally, I want the user to be able to search for an employees name and be able to edit any of the information for that employee.  Ctrl + F does nothing.   Why??  Help!!

Avatar of LenaWood
LenaWood

Do you have the Allow Filter turned off on your form?

Lena
Avatar of MissB618

ASKER

Nope.
Is it set as a popup or module?

I don't normally have my users search by using Control F to bring up a search box.

Lena
I've got it set up as a dialog box.  The Border Style for the form is set to "Dialog".  I've got a macro which opens the form in the Window Mode of "Dialog".  I've tried adding a command button to bring up the search box and I get an error that reads:  The command or action 'Find' is not available now.  I don't get it.
ASKER CERTIFIED SOLUTION
Avatar of LenaWood
LenaWood

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial