I need a popup shortcut

A

ArthurRW

I use my database table as an index, what I'd like to do is link my form so
that I can click on a record in the table and have the appropriate record
form pop up so I can make updates to the database. My database has many
columns and I don't want to scroll back and forth all the time.
 
W

Wayne-I-M

Hi Arthure

Select the table (don't open it)
Select the New Object button
Select form
Select autoform
Let the wizard build the form for you.
Try all the different options the wizard offers and see which one you prefer.
Next open the form in design view and change it so it looks like you want it
to.




Good luck
 
A

ArthurRW

I already have my form the way I want, I want to be able to pull up the
correct record form from the table, either that or create an index so I don't
have to:
1) Make entries into the table or
2) page through the forms until I find the right one
 
Top