Multiple records on a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I'm working on creating a database to make a form I have to hand write
everyday computerized. I know how I want the line to look for entering data,
and I have the form setup with one line. What I would like to do now is have
the form display multiple lines on it, sorted by day. So each day when I
start the database, I would get something like 10 or 12 blank lines with the
date at the top of the form. I can get it to work when there is only one
record on the form, but if i try to show multiple records. Could someone
please give me some suggestions.

Thanks,
Mike
 
Are you
1. saving these lines in a data file for later access etc. Or

2 is it one time use to make the printout and then done

If it is 2 try a spreadsheet or Word docment with a table

If it is 1, what is your table structure? Do you have a table with one
line per date with some data and another one with multiple records for each
date

You probably want a form with a subform, and a report to print the results,
 
Back
Top