Re-Selecting items in a List Box

rheide

Registered User.
Local time
Today, 03:43
Joined
Jun 12, 2002
Messages
32
Hello All,
I am having problems re-selecting items in a list box. Let me try to explain. We have an option on a form that allows the user to select the priority code they want to view. They can select one or many options. The data is stored in a table so when they come back days later, all their preferences are stored.

The problem I have is when I bring them back to the spot where they set the priorities they want to view, I want it to show them what they previously selected. I have searched the site and can't find anything that selects the items in the list box, everything I find is the other way around.

Example:
Priority 1, 2 and 5 are selected
When they return later, I would like to show 1, 2 and 5 selected and 3 and 4 NOT selected.

Does anyone have any suggestions?

Thanks,
Randy
 
How is the data stored in the table?
 
Hi Paul,
Right now I have it stored in the table as 1,2,3
access_table.gif


BUT, I can store it however is needed to make it work.
Please let me know if that answers your question.

Thanks,
Randy
 

Users who are viewing this thread

Back
Top Bottom