D
Dave
I'm designing a bill of lading form with over 50 fields in 5 tables
for which I need a printed "paper form" version of the data. A header
table will store 18 fields with the form number as the key field; all
other tables will be linked via form number. Here is my dilemna: one
section (TDG) must print 6 columns by 10 rows even if only 2 rows
contain data. Limited experience tells me that on the data entry side,
I need a datasheet so that each TDG record of 6 fields (plus form
number that is linked to main form) could be stored in one table,
otherwise 60 bound controls would be required, many of which would
often be empty. However, the TDG datasheet row limit must be 10, so I
suppose I'd have to loop through the record count when leaving a
record and limit input to 10 (not that I know how yet). I have no idea
how to output (print) 10 rows in the print version regardless of how
many records TDG records there are for that particular form number,
nor am I sure if the print version should be a form or report. Any
ideas out there?
for which I need a printed "paper form" version of the data. A header
table will store 18 fields with the form number as the key field; all
other tables will be linked via form number. Here is my dilemna: one
section (TDG) must print 6 columns by 10 rows even if only 2 rows
contain data. Limited experience tells me that on the data entry side,
I need a datasheet so that each TDG record of 6 fields (plus form
number that is linked to main form) could be stored in one table,
otherwise 60 bound controls would be required, many of which would
often be empty. However, the TDG datasheet row limit must be 10, so I
suppose I'd have to loop through the record count when leaving a
record and limit input to 10 (not that I know how yet). I have no idea
how to output (print) 10 rows in the print version regardless of how
many records TDG records there are for that particular form number,
nor am I sure if the print version should be a form or report. Any
ideas out there?