I have a UserForm where a person's name is selected and data is entered and stored in a database.
I want the UserForm to pre-load the data if the data has already been entered for a particular person.
After the name and corresponding data is found, I've been using:
ComboBox1.Value =...
I have a UserForm where a person's name is selected and data is entered and stored in a database.
I want the UserForm to pre-load the data if the data has already been entered for a particular person.
After the name and corresponding data is found, I've been using:
ComboBox1.Value =...
I have a UserForm where a person's name is selected and data is entered and stored in a database.
I want the UserForm to pre-load the data if the data has already been entered for a particular person.
After the name and corresponding data is found, I've been using:
ComboBox1.Value =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.