How to make a dblookup like?
emontes
Cancun
I??m very new with fast Reports, and I have a table with reservations, in this table I have a field named userID , and have another users table with the fields userID and UserFullName, then what I need is that the report show the UserFullName field.
How can I do that?
How can I do that?
Comments
more info Please?
orderID --> AutoNumeric
orderDate -->Date
userID --> Numeric (The user asigned to this order)
......
In the table 2 I have a structure like this:
userID --> Numeric
userFullName -> String (The User Full Name)
........
Well, that I need is that in the Orders Report (Table 1) appears the user Full Name as a String instead of its numeric value
Thanks