Add description

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have done a form for "Visit details", in the form, there is a drop-down
list for service ID. However I like to add the description of the service to
the form, so I know that Im selecting the correct one. How do I do this?

Kn
 
If you have a drop-down (a combobox I assume), you don't have to show the
first item (usually an ID). You can set the column width of the first item
to zero (0) and show the second field in the query underlying the combobox,
usually the short title or description.

This way, you don't need to add an extra control to your form.

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 
Dear Jeff

I have tried to do what you recommend, however this doesnt work. Can you
give me more details/instructions.

Regards
KN
 
"doesn't work" doesn't give us much to go on. Can you be a bit more
descriptive? What happens?

"have tried to do" doesn't really describe what you did ... it's hard to
offer specific suggestions without knowing what you have already done.

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top