rsbutterfly16
Registered User.
- Local time
- Today, 10:10
- Joined
- Jun 5, 2006
- Messages
- 77
hi guys, i was wondering if you can help me. I have a data entry form in which the user has three listboxes from an existing table (only one table for the three listboxes). however if the user selects the same item from listbox1 in listbox2 or listbox3, i want him to get an error message and don't let that happen. how can i do this? vba code?
this is my form:
Please select your three items of choice.
1st choice 2ndchoice 3rdchoice
listbox1 listbox2 listbox3
listbox1.value cannot equal listbox2.value and cannot equal listbox3.value.
this is my form:
Please select your three items of choice.
1st choice 2ndchoice 3rdchoice
listbox1 listbox2 listbox3
listbox1.value cannot equal listbox2.value and cannot equal listbox3.value.