K
KHV
Both forms 'A' and 'B' have field 'ProductID'.... Clicking a button on form
'A', I want form 'B' to open with all records from it's connected table, but
being navigated to the record that has the same 'ProductID' value as the
'ProductID' in form 'A'...
I know how to open the form using: DoCmd.OpenForm "Products".... but I can't
figure out how to navigate to the correct record ?
Thank's
Kjartan
'A', I want form 'B' to open with all records from it's connected table, but
being navigated to the record that has the same 'ProductID' value as the
'ProductID' in form 'A'...
I know how to open the form using: DoCmd.OpenForm "Products".... but I can't
figure out how to navigate to the correct record ?
Thank's
Kjartan