sigmar
06-29-2001, 12:40 AM
I'm a newbie access programmer and I have a little problem. It must be easy
I have a form where the user must choose one option. Then that form closes and a new one is opened. How can I refer to the value of the first form's control from the second one????
I'm trying this:
Select * from table where table.name=[forms]![InitialForm]![Name]
Someone can help me???
I have a form where the user must choose one option. Then that form closes and a new one is opened. How can I refer to the value of the first form's control from the second one????
I'm trying this:
Select * from table where table.name=[forms]![InitialForm]![Name]
Someone can help me???