C
Celestrial_d
I might have already gone too far, but before I go any further, I would like
to see if I set up my tables properly and how to make them more efficient. I
have a main table. It consists of ReportNumber(uniqueID), Date, Location,
and Duration. It is used for my data entry form. On my data entry form, I
have a subform and the subform uses a ProductUsed table. That table consists
of the ReportNumber –linked from the main table, Product1, Amount Used1,
Product2, Amount Used2, and so forth. Subform allows 6 products to be
entered on the first page and if you have more you can go to 2nd page of
subform.
Now, the table I have questions about is my Product Table. It has a list of
all the products and the specific information about it. I use it as a pick
list for my subform, but I am not sure how pull the other specific
information from that table and use it in my calculations in my reports.
Any suggestions will be greatly appreciated.
Thanks.
to see if I set up my tables properly and how to make them more efficient. I
have a main table. It consists of ReportNumber(uniqueID), Date, Location,
and Duration. It is used for my data entry form. On my data entry form, I
have a subform and the subform uses a ProductUsed table. That table consists
of the ReportNumber –linked from the main table, Product1, Amount Used1,
Product2, Amount Used2, and so forth. Subform allows 6 products to be
entered on the first page and if you have more you can go to 2nd page of
subform.
Now, the table I have questions about is my Product Table. It has a list of
all the products and the specific information about it. I use it as a pick
list for my subform, but I am not sure how pull the other specific
information from that table and use it in my calculations in my reports.
Any suggestions will be greatly appreciated.
Thanks.