Report shows Id not required number in unbound field (1 Viewer)

ian_ok

Registered User.
Local time
Today, 09:22
Joined
May 1, 2001
Messages
90
I'm running a report and get the data from a query, the query shows the correct data as does the combo box on it's own (whioch I don't want), but when I add
Code:
="some text " & [field]
to the control source in the unbound field it shows the ID, what is going wrong here?

Thanks Ian
 

ian_ok

Registered User.
Local time
Today, 09:22
Joined
May 1, 2001
Messages
90
Hi Bob

Thanks for that, it now works by removing the lookup in the table, in the form making a combo box to look up the appropriate table (with no ID field) and store that data in the required field in the main table and the unbound field shows the correct info.

Also I can run a separate query where I then add both tables, make a join and show other information in the 2nd table that is linked to that number.

I presume that is the correct way (even though it works it may not be the best way for future development??)

Ian
 

Users who are viewing this thread

Top Bottom