Inserting a table into a form

  • Thread starter Thread starter James
  • Start date Start date
J

James

Hello I have to set up a database for a user and tey would
like me to put a table into a form. How would I go about
this?

I basically want something like an excel table with
headings going across the top as well as down the left
hand side and some check boxes in the middle of teh data
area.

How is this possible?

Many Thanks

James
 
Hello I have to set up a database for a user and tey would
like me to put a table into a form. How would I go about
this?

By putting a Subform onto the Form. You cannot put "a table" on a
Form; a Table is a data storage medium. However, you can put a Subform
in datasheet view onto your Form; the datasheet view does look very
like a spreadsheet and should be familiar to your users.
 
I can do this but how would I get the values down the left
hand side to stay there and apply within a table?

Thanks

James
 
I can do this but how would I get the values down the left
hand side to stay there and apply within a table?

I'm sorry, I have no clue what you're asking here. "Down the left
side" isn't a data modeling concept; it is a data display concept.
 
Back
Top