Hello everyone! I am normally pretty good at figuring stuff out with Google-fu, but this question has completely stumped me. I am building an access db for work and need it to do this:
User enters their name into a combo box (MainUser) on one form (HomePage). Then they press a button that opens a new form (NewEvent). On NewEvent, there is a combobox (User) that I would like to automatically populate based on HomePage!MainUser.
I have tried everything I can think of (default value, before update, form load...) and I know this is probably something that is painfully easy to figure out.
I appreciate any help you can give!