Hi
I'm new to access and yesterday I was normalized by another part of this forum.
Now I need to create a form for my data.
My database looks something like this:
INFO: Id (primary), Servername, Model, owner, procedure to follow, mail sent, mail recived, change number.
Current: Id (primary), OldINFOid (has relation to Id of INFO, one to one), OldRoom, OldRack, OldNIC1, OldNIC2, OldNIC3, OldNIC4, OldILO, OldFiber1, OldFiber2, OldPower
Future ID: Id (primary), INFOid (has relation to Id of INFO, one to one), Room, Rack, Unit, NIC1, Patch1, X1, NIC2, Patch2, X2, NIC3, Patch3, X3, NIC4, Patch4, X4, ILO, Patch ILO, XILO, Fiber1, Fiber2, Power.
I would like 1 big form representing all 3 tables, I may regret this choice later. Yesterday I experimented with making 3 forms (using a wizard) and then manually copying them into one form. But for some reason only part of the form worked.
Could some one please explain to me how this is done in a proper manner?
Link to post ob DB design: https://www.accessforums.net/databas...html#post60074
J;-)