I'm having a complete mental block on why this isn't working.
I have two lookup tabs, in that they will be deisnged soley for looking up information and not changing.
I have managed to get it so that the Worker.ID is linked to the Equipment.ID (as they are the same) the only problem I now have is when I do a seatch on a person, all the information is displayed correclty in the Person Tab but when I go into the Equipment one, it is trying to overwrite the first record of the table, rather than finding the corresponding record to the Equipment.ID, and I really can't work out why.
This is the code to link the two:
I have two lookup tabs, in that they will be deisnged soley for looking up information and not changing.
I have managed to get it so that the Worker.ID is linked to the Equipment.ID (as they are the same) the only problem I now have is when I do a seatch on a person, all the information is displayed correclty in the Person Tab but when I go into the Equipment one, it is trying to overwrite the first record of the table, rather than finding the corresponding record to the Equipment.ID, and I really can't work out why.
This is the code to link the two:
Code:
If Me!TabCtl0 = 4 Then
Subfrm_Lap_lookup!Laptop_ID = Form_Subfrm_Worker_Details_Lookup![tblWorkers.ID]
End If