E
EAB1977
Hello everyone,
I am trying to create a report that gives me the detail of each
transaction in a report. I have my tables set up like the following:
tblProducts ---> tblHistory 1:M
tblTransaction ---> tblHistory 1:M
tblHistory has a 1:M relationship with the following tables:
tblRepair
tblCalibration
tblActiveInactive
tblChangeLocation
tblScrap
tblActiveInactive
With this many tables, is it possible to get the detail report that I
want? This is a little too advanced for me and could use some help.
I am trying to create a report that gives me the detail of each
transaction in a report. I have my tables set up like the following:
tblProducts ---> tblHistory 1:M
tblTransaction ---> tblHistory 1:M
tblHistory has a 1:M relationship with the following tables:
tblRepair
tblCalibration
tblActiveInactive
tblChangeLocation
tblScrap
tblActiveInactive
With this many tables, is it possible to get the detail report that I
want? This is a little too advanced for me and could use some help.