Multiple Value Combobox (1 Viewer)

whojstall11

Registered User.
Local time
Today, 11:25
Joined
Sep 7, 2011
Messages
94
I have a Multiple Value Combobox that I have linked to one of my forms and I am trying to write some vba code that will allow on update, "if a certain item is clicked open up a different form". Here is the Multiple Value Combobox Multiple value combobox3.JPG Here is the formFormaccess.JPG.
 

pr2-eugin

Super Moderator
Local time
Today, 19:25
Joined
Nov 30, 2011
Messages
8,494
Not many Access programmers are fond of this feature Microsoft has come up with as this is something goes against the basic fundamental rules of RDBMS..
 

whojstall11

Registered User.
Local time
Today, 11:25
Joined
Sep 7, 2011
Messages
94
Ok thank you. But I should probably be able to use a if statement that looks something like this right.

Code:
if "Software" = [Lawson Prod] then docmd.open form, etc etc
 

Users who are viewing this thread

Top Bottom