Hello Everyone!
After a long hiatus, I'm into developing an application using my favorite Ms-Access; 2007 version to be exact.
My issue is as follows :
I have a form for data entry. But I need to fill in some fields in this form, from another table which I am able to refer as a query result - based on a combo box in the form; after the form loads.
Using VBA, how do I refer to the fields in the query and have them inserted into some fields on my current form ?
Any help will be appreciated.
(Right now, I'm using a list box to show the results of the query based on what user selects in the combo and then inserting the selected record from the list box to the fields I want on form. This step of using a list box is not required actually.)
After a long hiatus, I'm into developing an application using my favorite Ms-Access; 2007 version to be exact.
My issue is as follows :
I have a form for data entry. But I need to fill in some fields in this form, from another table which I am able to refer as a query result - based on a combo box in the form; after the form loads.
Using VBA, how do I refer to the fields in the query and have them inserted into some fields on my current form ?
Any help will be appreciated.

(Right now, I'm using a list box to show the results of the query based on what user selects in the combo and then inserting the selected record from the list box to the fields I want on form. This step of using a list box is not required actually.)
Last edited: