No Conditional Formatting button

  • Thread starter Thread starter James Bertino
  • Start date Start date
J

James Bertino

I'm using MSAXP and MSA2K and on both I can't see the "Conditional
Fortmatting" button in my ListBox Format properties screen. BTW I'm also
missing the DropdownList selection from my forms toolbox. Could both
problems have the same answer? On both machines I only have Referenced ;

Visual Basic for Applications
Microsoft Access 10.0 Object Library
OLE Automation
Microsoft ActiveX Data Objects 2.1 Library
Microsoft DAO 3.6 Object Library

Thanks for any help,
Jay
 
Access does not provide built-in Conditional Formatting for the ListBox
control; however, you might want to check the website of MVP Stephen Lebans,
as he has done a lot of work in expanding the capabilities of controls.
Here is a link:

http://www.lebans.com

Re your question about the "dropdown listbox": If you mean the ComboBox
control, it is the control immediately to the right of the CheckBox control
on the toolbar in forms design.
 
Back
Top