remove from list

N

Nick X

Hi All,
I put a true/false (bit) field in my table called Remove so I could hide
items (table used for drop-down items). The problem is that this method
leaves the user with blanks if they want to look up historic items. The
question is can I remove Items from the combo box, but continue to display
them in the field?

Thanks,
Nick
 
A

Arvin Meyer [MVP]

Sure change the select statement on either the Combo use a textbox, placed
over the combo for existing records and bring the focus to the combo only
for new records.
 
K

KARL DEWEY

I use a 'work-around' by sorting on the true/false (displayed as 'Departed'
or some such) and then relevant fields in the drop down.
 
N

Nick X

Karl,
Thanks for your reply. Sorry, i think i misrepresented my question. I am
using the true false to Hide the items in the drop-down, but when that item
is hidden in the drop-down it does not show in the form (the form knows there
is something there because it will not filter as blanks). The field appears
to be blank in that particular record.

Thanks,
Nick
 

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

Top