View All table data within a form

millers92

Registered User.
Local time
Today, 02:02
Joined
Feb 5, 2003
Messages
15
I am trying to figure out a way to display my table within a window or grid on a form. I'm new to the game and any help would be greatly appreciated.

Thanks!

Steve
 
Try a subform

What functionality do you want for the control?

If you want only to view the data, you could use a listbox to display the table data on a form.

If you want the functionality to edit, delete, add records you could display a form as a datasheet or continuous form.

Or if you want to edit, delete, add records in the control and you want to include other controls as well as the "Grid", you could build a datasheet form(suggested above) and then imbed it into another form as a subform.
 

Users who are viewing this thread

Back
Top Bottom