Combo Box Problem

T

Teacher

I need help with a problem that I have. My database holds information about items that are for hire. I want to make items that are selected from my combo box unavailable until they are returned from hire. My question is : - How do you make an item appear greyed out when it has been selected?

I would appreciate any help that anyone can give me!

Tim
 
T

Tim Ferguson

I want to make items that are selected from my combo box unavailable
until they are returned from hire.

Base the RowSource on a query that isolates the items that are still for
hire: I assume you'll need a join between Items and CurrentContracts or
something.
My question is : - How do you
make an item appear greyed out when it has been selected?

A normal Access combo will not do this. You could use the solution above
just to make the unwanted items disappear; you could use a datasheet or
continuous subform with conditional formatting; or you could look for a
custom ActiveX control.

Hope that helps


Tim F
 

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

Similar Threads

Combo box 0
Weekly Report 2
Combo Box 3
Combo or list box 0
Make field invisible/inactive depending on combo box in Datasheet 2
Word OLE to check spelling in text box 1
Paragraph numbering in Word 1
Split form 0

Top