midnightJackal
Programmer
I have a main table containg lists of Devices. I have a related table listing recent diagram Revisions that is related to the Device table via an autonumber field w/ a one-to-many relation.
All the table relationships work perfectly, everything displays fine when looking at it from the back end.
When I open a form to display my data, it shows each Device as many times as there are Revisions. So, if my Device has had three Revisions, and there are no other Devices in the database, the form still shows three Devices - displaying the same information.
Is this a relationship issue? Or should I take this to the Form forum?
I appreciate any insight you can lend,
MJ
All the table relationships work perfectly, everything displays fine when looking at it from the back end.
When I open a form to display my data, it shows each Device as many times as there are Revisions. So, if my Device has had three Revisions, and there are no other Devices in the database, the form still shows three Devices - displaying the same information.
Is this a relationship issue? Or should I take this to the Form forum?
I appreciate any insight you can lend,
MJ