AngelicaMiranda
Registered User.
- Local time
- Today, 16:56
- Joined
- Nov 30, 2011
- Messages
- 20
i need to pass the value from a combo box to another form(textbox)
I already try
DoCmd.OpenForm "SecondFormName", , , "FieldName = " & Me.ControlName
it opens the another form but it does not automatically display the combo box value in my 2ndform...
would someone help me?
THANKS in advance
I already try
DoCmd.OpenForm "SecondFormName", , , "FieldName = " & Me.ControlName
it opens the another form but it does not automatically display the combo box value in my 2ndform...
would someone help me?
THANKS in advance