Passing value from Unbound to bound

abcman

Registered User.
Local time
Yesterday, 19:02
Joined
Aug 7, 2010
Messages
18
Hi everybody. Please please please help.

I have a Dlookup statement on an unbound textbox and I need to pass the value to a bound textbox. I have read few replies on the net but seems not to be understanding how to do it. Is there a live example someone can show me or assist me on this ?.

Thanks for saving my life.
 
Check out the OpenArgs Property of DoCmd.

Check out the attached for a practical example, check the code in the OnClick event of the button and the OnLoad event of form FRM_DataEntryBound.
 

Attachments

Users who are viewing this thread

Back
Top Bottom