Combo Box Feature (Searching) HELP

  • Thread starter Thread starter Melissa
  • Start date Start date
M

Melissa

Hi there

I have created a database for a security company, and there is a form which
has two option. One option is to Add a new client, which takes me to the
client form (this is fine), the other option is a combo box drop down list
which needs to be able to search the clients by using a (auto expand
option), and then by entering once the client is selected - this clients
form should open. i got it right the first time using a macro, but then it
stopped working, and i cant rememeber which action was used? (Find Record,
or GoToRecord)? and what should the properties like (find what, etc) be set
to

Please help!!!! im desperate!

thank you

Meliss
 
Melissa,

You most likely had a FindRecord action in your macro, with the 'Find
What' argument set to the name of the combobox.
 
Back
Top