Display Table on Form

lfazenbaker

New member
Local time
Yesterday, 20:03
Joined
Sep 16, 2005
Messages
7
I have a form where a user enters a bunch of client info into a database. I also have a form that I want to use if a user wants to view the table. What control do I use to display the data? I want it to be in tabular form so they can browse the list.

Thanks! :confused:
 
Create a form and set its default view to Datasheet. If you open this form from another form, you'll need to include the view argument so you can specify datasheet view in the OpenForm argument. If you open this form from a switchboard created by the switchboard manager, you'll need to create a macro that runs the OpenForm Action and specifies the datasheet view. Then run the macro from the switchboard.
 

Users who are viewing this thread

Back
Top Bottom