Create X number of query lines to fill based on number inputted

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

Guest

I am creating a schedule database based on the Monday date of each week. I
have a table that has each monday date as one of the fields and then another
field called # of slots that tells us how many customers we can schedule that
week. When you select the monday date on the form (based on the query) how
can access open up the number of empty lines to fill (based on the slots) ?
Thanks
 
You should write in terms of records and fields and data rather than "open up
the number of empty lines to fill". You might understand that phrase but it
isn't clear what exactly you are attempting to do.
 
Back
Top