Tables In Forms

samdevil

New member
Local time
Today, 23:03
Joined
Jan 30, 2006
Messages
5
Hey guys, bit of beginner so bear with me, i have a for and im trying to use two table, i want a two buttons on the form, one for printing one table the other for printing the other table, also i was wondering if it is possible to add a search button or something similar, that would search oth tables??
Cheers guys
 
If you want to print things, it is best to create a report. Although you can automate the printing of tables/queries, they will probably not look very good since the field widths will be whatever the default width is. So, some will be too wide and some will be too narrow. If you are new to Access, let the wizard build the report and then modify it to suit yourself when the wizard finishes. The button wizard will also automate the printing of the report.

By asking how to search two tables at once, you are indicating that the two tables should in fact be a single table. you can always use queries to extract one set of data or another from a table.
 

Users who are viewing this thread

Back
Top Bottom