D
Devon
I am trying to figure out how to autopopulate several
fields on a form based on what is entered in the first
field. There will be several (more than 20, but less than
100) different options that can be entered into the first
field.
I have seen several scenarios in the newsgroup, but
nothing that has been specific enough to help me. I am
fairly comfortable with Access, but am just starting to
learn VBA.
Can someone be very specific and tell me what VBA code
could be used, and where this VBA code would be stored?
For this example, lets say that Field1 is the field being
filled in, and based on what is in that field, field2,
field3, and field4 will be populated. All fields will be
stored on the same table. Field1 would probably have a
list box for the different choices.
I have been told that I should try a Select Case with an
If Then subprocedure, but just not sure if that is
correct, or how it might look.
Thanks in advance.
fields on a form based on what is entered in the first
field. There will be several (more than 20, but less than
100) different options that can be entered into the first
field.
I have seen several scenarios in the newsgroup, but
nothing that has been specific enough to help me. I am
fairly comfortable with Access, but am just starting to
learn VBA.
Can someone be very specific and tell me what VBA code
could be used, and where this VBA code would be stored?
For this example, lets say that Field1 is the field being
filled in, and based on what is in that field, field2,
field3, and field4 will be populated. All fields will be
stored on the same table. Field1 would probably have a
list box for the different choices.
I have been told that I should try a Select Case with an
If Then subprocedure, but just not sure if that is
correct, or how it might look.
Thanks in advance.