I know I've read the code for this somewhere before, but I can't seem to find it. I'm using a switchboard to open a form, and I want it to open with no records showing. Please help!
I have 2 forms that users will either use to update their information or on input new information. When the click their form on the switchboard, I don't want any records displayed. Then they can either use the find button or input. Am I making sense?
I think so. Have your form set with DataEntry = YES on the data tab of the property sheet. Then set DataEntry = NO in the Enter or GotFocus event of the search ComboBox. You will still need some way to get back to DataEntry = YES in case the user made a mistake by searching. Maybe a "New Entry" button?