SantasLittleHelper
Board Regular
- Joined
- Nov 25, 2016
- Messages
- 77
I currently have 4 different tables that all have relationship links to their ID number. I am trying to set up a button for the user to click on to open another form that opens to the record with the same ID number.
E.g. When the button is clicked:
Open 'Form1' where 'ID' in 'Form1' is the same 'ID' in 'Form2'
I have a button on 'Form1' with a macro to open 'Form2' with the condition '="[ID]=" & [ID]' but this is currently opening 'Form2' to a New record (With a new ID)
Any help would be appreciated.
E.g. When the button is clicked:
Open 'Form1' where 'ID' in 'Form1' is the same 'ID' in 'Form2'
I have a button on 'Form1' with a macro to open 'Form2' with the condition '="[ID]=" & [ID]' but this is currently opening 'Form2' to a New record (With a new ID)
Any help would be appreciated.