D
David J.
2 Questions.
Question 1:
I have tblMain. In one of the columns, I have a reason code, which is pulled
from tblReasons. The next column is reason description, which is associated
to a reason code. When I select a reason code, how do I get the reason
description to autofill with the reason description associated with that
reason code from tblReasons?
Question 2:
This question is a little complex. Hopefully I can explain it correctly. I
will just show the part of the table necessary for this question. I have 2
columns in tblMain; Damage Code and Damage Description. These values are
pulled from a table called tblDamageReasons. The values already pulled to
populate tblMain and all of the other data are correct. However, I found out
the many of the other Damage Codes are not correct. I was given a new master
list with corrected codes and descriptions. I want to just delete the old
tblDamageReasons and fill it with the new tblDamageReasons. However, doing
this will null the fields in tblMain. I need the values to stay in tblMain as
is, but delete/replace all of the data in tblDamageReasons with the correct
values. How do I do this without corrupting tblMain's data?
tblMain:
Damage Code | Damage Description
Question 1:
I have tblMain. In one of the columns, I have a reason code, which is pulled
from tblReasons. The next column is reason description, which is associated
to a reason code. When I select a reason code, how do I get the reason
description to autofill with the reason description associated with that
reason code from tblReasons?
Question 2:
This question is a little complex. Hopefully I can explain it correctly. I
will just show the part of the table necessary for this question. I have 2
columns in tblMain; Damage Code and Damage Description. These values are
pulled from a table called tblDamageReasons. The values already pulled to
populate tblMain and all of the other data are correct. However, I found out
the many of the other Damage Codes are not correct. I was given a new master
list with corrected codes and descriptions. I want to just delete the old
tblDamageReasons and fill it with the new tblDamageReasons. However, doing
this will null the fields in tblMain. I need the values to stay in tblMain as
is, but delete/replace all of the data in tblDamageReasons with the correct
values. How do I do this without corrupting tblMain's data?
tblMain:
Damage Code | Damage Description