M
Michael Walsh
Fist things first I didn't create this situation and I'm
not even responsible to fix it, but the following
information would temporarilt fix this problem and would
help for suture considerations.
There is a form that populates a table. One of the fields
is a lookup. Here's the bad database design part. That
lookup should populate two different fields in the table,
1 - name and 2 - NameID. Anyway the database is little
too complicated and poorly designed to fix correctly, but
going forward I can solve the problem by making sure both
fields are captured instead of just the one.
The Name drop-down definitely contains the NameID, but it
only captures Name. I would like to add NameID as a field
and I would like to have it populated based on the
selection in the Name field.
Any help is greatly appreciated.
not even responsible to fix it, but the following
information would temporarilt fix this problem and would
help for suture considerations.
There is a form that populates a table. One of the fields
is a lookup. Here's the bad database design part. That
lookup should populate two different fields in the table,
1 - name and 2 - NameID. Anyway the database is little
too complicated and poorly designed to fix correctly, but
going forward I can solve the problem by making sure both
fields are captured instead of just the one.
The Name drop-down definitely contains the NameID, but it
only captures Name. I would like to add NameID as a field
and I would like to have it populated based on the
selection in the Name field.
Any help is greatly appreciated.