Link to home
Start Free TrialLog in
Avatar of mn_tyguy
mn_tyguy

asked on

Populate Excel UserForm textbox with data from MS Access form

Hi,

I have an Excel file here that contains a UserForm object containing multiple textboxes and comboboxes that I would like to auto-fill with data from MS Access if I can. Specifically, when I'm viewing a particular record within an Access form, I'd like to click a button that launches the Excel application/workbook and references specific textbox and combobox items on the UserForm, populating them with values from that particular database record currently being viewed in MS Access.

From with Excel VBA, I can currently do this with the following code.
UserForm1.TextBox1 = "This is test data."

Open in new window

Just trying to get from MS Access to MS Excel.



Is this possible? Any help or suggestions would be appreciated!
ASKER CERTIFIED SOLUTION
Avatar of ste5an
ste5an
Flag of Germany 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
SOLUTION
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
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.