profxavier27809
Registered User.
- Local time
- Today, 07:46
- Joined
- Sep 8, 2005
- Messages
- 11
Hello there,
Thanks for all the help you guys give first of all.
I have a report that returns values 1,2,3,4,5...each of these values represents a schedule B1,B2,B3,B4,B5. In the OnOpen I was trying to write like 10 IF statements but don't know how to properly do a bunch. I was writing like IF me.shift = 1 then me.text4 = B1 and tried to write that many times under the other ones. It tells me I entered an express that has no value. I searched forever and found that a select case might be the one i need but I cannot figure it out. Is there sample code I can try to use.
Thanks,
Raymond
Thanks for all the help you guys give first of all.
I have a report that returns values 1,2,3,4,5...each of these values represents a schedule B1,B2,B3,B4,B5. In the OnOpen I was trying to write like 10 IF statements but don't know how to properly do a bunch. I was writing like IF me.shift = 1 then me.text4 = B1 and tried to write that many times under the other ones. It tells me I entered an express that has no value. I searched forever and found that a select case might be the one i need but I cannot figure it out. Is there sample code I can try to use.
Thanks,
Raymond