Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dropdown in access table --> pass info to Ultradev

Status
Not open for further replies.

realik

Programmer
Joined
Mar 1, 2002
Messages
2
Location
US
I have an access table which has drop down menus for several of the fields. When searching and displaying results in Ultradev, only a numerical value is displayed in place of the actual text. How do I get ultradev to display on the results page the text that was selected in the dropdown box in the access table instead of a numerical value assigned to the item?

Table - drop down box has text: Music / Video / Film
Results when searching for all records with Music:
UltraDev displays: '1' in place of 'Music':
Results:
1 / next field result / next field result / next field result

Thanks
 
Hi there,

I use the same scenario for you if I am joining tables (in a relationship-type of situation), where I have numbers (normally autonumbers) relating to field descriptions. The way round this is to create an Access query and create a 'combined fields' field in the query builder.

If you have Access 2000 or 97, read the help file or visit for useful help.
Julian has a good site on how to create a parent/child dependant drop down menu in UD. His site is (or something like that)

Hope that helps.

Have fun

M
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top