Thread: combobox style
View Single Post
  #8  
Old October 30th, 2008, 11:39 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default combobox style

You are describing a control that is specific to a data access page, rather
than a standard Access form. Here's the text from Access HELP:

(drop-down list box: A control on a data access page that, when clicked,
displays a list from which you can select a value. You cannot type a value
in a drop-down list box.)

Are you using a data access page?

Regards

Jeff Boyce
Microsoft Office/Access MVP


"mb" wrote in message
...
How do I go about changing the style of a combobox in Access 2000 from the
default to a simple combobox (i.e. show records in list at all times
instead
only showing records when arrow is clicked?)? I've seen articles on the 3
styles available, but none with an explanation on how to actually set it
to
the simple style.