Why won't my Access form auto-populate?

P

prepster82

I'm trying to create a Form in Access that, when the identifying number of a
specific data set is chosen, will autopopulate with the rest of the
previously entered data. When I select the form that I've built from the
Database menu it works perfectly; when I select it from the switchboard I've
built, however, it won't bring up the rest of the data. Any ideas?
 
W

Wayne-I-M

Hi

Can you post (cut and paste) the code behind the Open Form button on your
switchboard.
 
P

prepster82

Your question actually caused me to dig a little harder and i figured it
out--was using "FormAdd" instead of a "FormBrowse" command... sorry to bother
you, but thanks for the help!
 
Top