Hey all,
I have a form(1) that is the front-end for a table where primary key = DirectMailID --- From this form I need to be able to open up another form(2) (this cannot be a subform as the form(1) is continuous) where I need to potentially add records into another table using the same directMailID and another user-selected value.
How do I pass the directMailID value -- do i have to use a public variable, or is there a more cunning way?
If I open form(2) from form(1) , then nothing is displayed if records do not already exist for that DirectMailID --
any ideas?
Hj
)
I have a form(1) that is the front-end for a table where primary key = DirectMailID --- From this form I need to be able to open up another form(2) (this cannot be a subform as the form(1) is continuous) where I need to potentially add records into another table using the same directMailID and another user-selected value.
How do I pass the directMailID value -- do i have to use a public variable, or is there a more cunning way?
If I open form(2) from form(1) , then nothing is displayed if records do not already exist for that DirectMailID --
any ideas?
Hj
)