This is how I set up the database:
tblCompanyInfo
fldCompanyID autonumber
fldCompanyName text
fldAddress text
fldState text - lookup to tblStates
fldZipCodes number
tblStates
fldStatesID autonumber
fldStates text
tblZipCodes
fldZipCodesID...
I would like to know how to fill in a combo box with certain information related to information chosen in a different combo box. For example, when filling out an address you select a state from a drop down box. If I select Pennsylvania from the state drop down box, I would like only...
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.