Okay, I have a form and it reads the following from a query:
SUP, FIS, DAY, TIME.
On the report, I need to print out multiples of these categories. For example,
SUP, FIS, DAY, TIME
SUP, FIS, DAY, TIME
etc.
I dont want to just create new tables or queries, since the form also allows me to edit or add information to the table for each category.
I could have as many as 20 line items which need to all read from the same table/query, but individually. This way, I can update, for example, SUP1 AND SUP5 on the same form.
I am BRAND NEW to Access, so my understanding of the VB involved is weak at best.
Can I even do what I am looking to do??
SUP, FIS, DAY, TIME.
On the report, I need to print out multiples of these categories. For example,
SUP, FIS, DAY, TIME
SUP, FIS, DAY, TIME
etc.
I dont want to just create new tables or queries, since the form also allows me to edit or add information to the table for each category.
I could have as many as 20 line items which need to all read from the same table/query, but individually. This way, I can update, for example, SUP1 AND SUP5 on the same form.
I am BRAND NEW to Access, so my understanding of the VB involved is weak at best.
Can I even do what I am looking to do??
Comment