I want to make a database for my company to do a few simple tasks.
As much as I have researched that I should use the theory when developing this that information should not be duplicated in tables. therefore I am working on the following:
(1) Make a table for my customer list
(2) within the customer list I am pulling information from a query "qyCSZ" that is a combo box that I pick the city from the drop down box and then it autopopulates the state and zip - I used "=comboboxname. column(n) for that.
It works on the form but does not save the state an zip in the customer table.
as a begining novice obviously I am setting somthing up incorrectly. Can anyone steer me in the right direction on the proper way to make this?
Thanks for your Help!
Gary
As much as I have researched that I should use the theory when developing this that information should not be duplicated in tables. therefore I am working on the following:
(1) Make a table for my customer list
(2) within the customer list I am pulling information from a query "qyCSZ" that is a combo box that I pick the city from the drop down box and then it autopopulates the state and zip - I used "=comboboxname. column(n) for that.
It works on the form but does not save the state an zip in the customer table.
as a begining novice obviously I am setting somthing up incorrectly. Can anyone steer me in the right direction on the proper way to make this?
Thanks for your Help!
Gary
Comment