Using Access 2003, I've built a simple database with some tables that are related to each other. I'm pretty new at using Access, so I've just discovered that when you have a one-to-many relationship, you can drill down to a related table by hitting a plus sign at the left of the record. (e.g. 'PickList' -> 'PickList Item').
Is there any way to duplicate this format on a report?
'PickList Item' needs to have a calculated column 'tblSupplies.Co st*tblPickListI tem.Number Open'. I have the relationship between them as a many-to-one 'tblPickListIte m'-to-'tblSupplies' so I can't drill down to the cost from table 'tblPickListIte m'
Is there any way to duplicate this format on a report?
'PickList Item' needs to have a calculated column 'tblSupplies.Co st*tblPickListI tem.Number Open'. I have the relationship between them as a many-to-one 'tblPickListIte m'-to-'tblSupplies' so I can't drill down to the cost from table 'tblPickListIte m'
Comment