Link to a table and display on a grid

A

Alan T

I created a form and link to a table.
How do I link the table records to a grid for display, add, delete and
modify?
 
C

Carl Rapson

Alan T said:
I created a form and link to a table.
How do I link the table records to a grid for display, add, delete and
modify?

You can set the form to Datasheet view, which looks a lot like a
spreadsheet.

Carl Rapson
 
A

Alan T

Can I decorate the datasheet view?
I see it is quite plain with the datasheet occupies the whole form.
 
C

Carl Rapson

I don't think so. You could also set up your form in Continuous view, which
would allow you more flexibility.

Carl Rapson
 
Top