T
Tim
Hi
I'm wondering what is the best way to do the following.
I have 2 tables, InternalOrders & ExternalOrders one of
the fields is the same in both tables. "Status"
So the following:
Table 1:
InternalOrders
iStatus
Table 2:
ExternalOrders
eStatus
I want to use the same status messages for each to keep
consistnacy.. so I made a 3rd table called sStatus (the
little s signifies Shared for me purpose)
So the Following:
Table 3:
sStatus
sStatus
So I want eStatus and iStatus to get there information from
sStatus Table.. I know I can set eStatus and iStatus to
be Data Type lookup, but I've read that this is not a good
idea.
Can I set iStatus and eStatus to Data Type Text and then
set the lookup to be combo.. Or is this the same as just
setting the Data Type to Lookup??
What would be the correct way to do this.
Thanks in advance
I'm wondering what is the best way to do the following.
I have 2 tables, InternalOrders & ExternalOrders one of
the fields is the same in both tables. "Status"
So the following:
Table 1:
InternalOrders
iStatus
Table 2:
ExternalOrders
eStatus
I want to use the same status messages for each to keep
consistnacy.. so I made a 3rd table called sStatus (the
little s signifies Shared for me purpose)
So the Following:
Table 3:
sStatus
sStatus
So I want eStatus and iStatus to get there information from
sStatus Table.. I know I can set eStatus and iStatus to
be Data Type lookup, but I've read that this is not a good
idea.
Can I set iStatus and eStatus to Data Type Text and then
set the lookup to be combo.. Or is this the same as just
setting the Data Type to Lookup??
What would be the correct way to do this.
Thanks in advance