M
Mac@440th
I have a form (for these purposes, let's call it Form A) that is based
on a query with 38 rows of information, each row containing 7 fields.
I have a second form (Form B) with the same primary key as the table on
Form A. If the user clicks on a button on Form B, I would like Form A
to open (which it does), have a primary key on Form B passed to Form A
(which it does) and on Form A I want to step through the entire table
until I find the same primary key. I then want that row to be
highlighted in another color.
Is this do-able via a Do...Loop statement or some other method?
Thanks in advance for any assistance.
on a query with 38 rows of information, each row containing 7 fields.
I have a second form (Form B) with the same primary key as the table on
Form A. If the user clicks on a button on Form B, I would like Form A
to open (which it does), have a primary key on Form B passed to Form A
(which it does) and on Form A I want to step through the entire table
until I find the same primary key. I then want that row to be
highlighted in another color.
Is this do-able via a Do...Loop statement or some other method?
Thanks in advance for any assistance.