G
Guest
I have an event table with ID's 1-26
I'm using the following command in a query to print either Label 1 or Label 2
Type: IIf([EventID]<>4,"Label 1","Label 2")
I need to change this to be able to select additional Labels based on Event
ID's 3 and 22. This will add Label 3 for EventID 22 and Label 4 for EventID 3
I'm looking for recommendations on how to best approach this. Being new to
Access, I may be having difficulty with syntax so any details are appreciated.
I'm using the following command in a query to print either Label 1 or Label 2
Type: IIf([EventID]<>4,"Label 1","Label 2")
I need to change this to be able to select additional Labels based on Event
ID's 3 and 22. This will add Label 3 for EventID 22 and Label 4 for EventID 3
I'm looking for recommendations on how to best approach this. Being new to
Access, I may be having difficulty with syntax so any details are appreciated.