Hi Folks,
I have a form with a 5 tabs in it via tab control, 4 of the tabs are based on one table and one of the tabs is based on another table. The two tables share a unique key, both named 'ID' that allow me to join the data from both tables successfully. I have been trying everything to attempt to synch the 'ID' on the first table (the 4 tabs of data) with the 'ID' on the second table (the 1 tab of data) together so that the one tab will always and only show data that goes with the primary table (the 4 tabs). I have tried to use filter on the form and it doesn't work or render an error. There will always be exactly a 1-to-1 relationship between the two tables. Any ideas?
Thanks for any help you can provide.
I have a form with a 5 tabs in it via tab control, 4 of the tabs are based on one table and one of the tabs is based on another table. The two tables share a unique key, both named 'ID' that allow me to join the data from both tables successfully. I have been trying everything to attempt to synch the 'ID' on the first table (the 4 tabs of data) with the 'ID' on the second table (the 1 tab of data) together so that the one tab will always and only show data that goes with the primary table (the 4 tabs). I have tried to use filter on the form and it doesn't work or render an error. There will always be exactly a 1-to-1 relationship between the two tables. Any ideas?
Thanks for any help you can provide.