Form

pancho13

Registered User.
Local time
Today, 21:51
Joined
Jun 2, 2003
Messages
10
Form that show all the record from a table

Hello Knowledgeable people of the world!!!

I've got a simple little problem that you maybe able to help me with...

I would like to create a form that display the whole records from a table and some check boxes next to them, like spreadsheet....
something like this...

Record 1 check box1 - checkbox2 - checkbox3 - checkbox4
Record 2 check box1 - checkbox2 - checkbox3 - checkbox4
Record 3 check box1 - checkbox2 - checkbox3 - checkbox4
Record 4 check box1 - checkbox2 - checkbox3 - checkbox4
Record 5 check box1 - checkbox2 - checkbox3 - checkbox4
etc....
Where the records 1,2,3...belongs to a linked table

How do I do it

Cheers
 
Last edited:
Sounds like a Continuous form based on the linked table. If you've already got that link established, use the form wizard and then adjust the design to suit your taste.
 
Thanks pcEARS

Thanks for your suggestion, but even the wizard do not show the whole records, my question is How do I display that field from that table that shows all the records on it, so that I can add some checkboxes on the form for each on them???

Any idea

Cheers from AussyLand
 
Maybe you could explain in more detail, or attach a sample
 

Users who are viewing this thread

Back
Top Bottom