Link to home
Start Free TrialLog in
Avatar of jsawicki
jsawicki

asked on

Auto-Populate unbound form field upon load

Last week i got assistance to link two fields(Bound & Unbound) together so when i selected the unbound field, it auto populated the data listed in the table.  Now i can make changes to that data and keep it linked to the regional field on that table.  The problem i am encountering now involves the unbound field not autopopulating when the form is opened.  Although it is linked to the first record which is region 1 and the data is populating for that region, the unbound field remains blank.  I believe this can be fixed by using an event procedure for on load, but i could not understand the examples i found on the Internet.   I do have the bound region field present in the form, but hidden so it doesn't confuse the users.    Attached is a copy of the database.  

Thanks.....
Sparing-pool.accdb
Avatar of Eric Sherman
Eric Sherman
Flag of United States of America image

Try using the Forms OnCurrent Event.


ET
ASKER CERTIFIED SOLUTION
Avatar of Eric Sherman
Eric Sherman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jsawicki
jsawicki

ASKER

Worked perfectly, thanks a bunch.....