H
Hemang Shah
In the customer table, the primary key of the lookup table is stored.
e.g:
Table Customer
CustTypeID1
CustTypeID2
....
Table Lookup
TypeID
TypeName
Now in report or on the form, is there a quickway to do a lookup on table
Lookup by the id ?
I want a function like this:
TypeName = Lookup(typeid);
So that I can use this in crystal reports and also on the forms..
Any suggestions would be welcome.
Thanks
e.g:
Table Customer
CustTypeID1
CustTypeID2
....
Table Lookup
TypeID
TypeName
Now in report or on the form, is there a quickway to do a lookup on table
Lookup by the id ?
I want a function like this:
TypeName = Lookup(typeid);
So that I can use this in crystal reports and also on the forms..
Any suggestions would be welcome.
Thanks