Deafult Value (1 Viewer)

KDg

Registered User.
Local time
Today, 10:12
Joined
Oct 28, 1999
Messages
181
Hi,
this may be really easy but ... I have a combo box with 2 columns, the first of which is 0 width, so only the second is visible. How do I get a default value ( such as "Please choose a...") to show in the second column?

Many thanks

Drew
 

Travis

Registered User.
Local time
Today, 03:12
Joined
Dec 17, 1999
Messages
1,332
Add it as part of the list with its first value being 0 (hidden field) and the second value being "Please choose a...". Set the Combo's default value = 0.

You will need to use a Union Query if the combo is based on a Query or Table. But if its just a value list just add it in front of the other values.
 

Users who are viewing this thread

Top Bottom