G
Guest
I've set up a simple database to keep track of coins in my collection. I have
one main table that stores all of the information collected. I also have
several other tables that contain information that is only used in drop down
boxes and then the answer is stored in the main table. These drop down boxes
are dependant on each other, so the data put in one effects the choices in
the other. each of the side tables have 3 columns, one for the key, one with
the data in it, and one with a number that is synced to data in the other
side table.
My problem is this, when the information is entered into the main form, and
then stored on the main table, the information that goes into the feilds
corresponding to the side tables (the drop down boxes) is only the "key
number" for that row, not the field that contains the actual information.
Help
one main table that stores all of the information collected. I also have
several other tables that contain information that is only used in drop down
boxes and then the answer is stored in the main table. These drop down boxes
are dependant on each other, so the data put in one effects the choices in
the other. each of the side tables have 3 columns, one for the key, one with
the data in it, and one with a number that is synced to data in the other
side table.
My problem is this, when the information is entered into the main form, and
then stored on the main table, the information that goes into the feilds
corresponding to the side tables (the drop down boxes) is only the "key
number" for that row, not the field that contains the actual information.
Help