G
Guest
Hi, I am designing a search form at the moment and would like some guidance
with the syntax, if anyone can help me, I'd much appreciate it. I have a
list box populated with records, each one with a unique identifier, other
fields, and a "type of case" identifier, which is like a tag. There are only
four choices under "type of case", each being a number (ie 1, 2, 3, 4). Now
when I dbl click on one of these records i would like one of four forms to
open up, depending on the "type of case" tag that the particular record has.
How does one define this logic in VBA?
Thanks,
- Matt
with the syntax, if anyone can help me, I'd much appreciate it. I have a
list box populated with records, each one with a unique identifier, other
fields, and a "type of case" identifier, which is like a tag. There are only
four choices under "type of case", each being a number (ie 1, 2, 3, 4). Now
when I dbl click on one of these records i would like one of four forms to
open up, depending on the "type of case" tag that the particular record has.
How does one define this logic in VBA?
Thanks,
- Matt