J
Jack Houck
Here is my basic IIf function that I'm using.
q05z: IIf(Mid([q05],1,2)=1,"01"," ")
It's looking at the first 2 spaces and if it's equal to 1
then it puts "01", if not then it puts " ". Is it
possible to add to this string to have it compare those
first two spaces to see if it equals 2 (and then put "02"
or " ") or equals 3, etc...?
q05z: IIf(Mid([q05],1,2)=1,"01"," ")
It's looking at the first 2 spaces and if it's equal to 1
then it puts "01", if not then it puts " ". Is it
possible to add to this string to have it compare those
first two spaces to see if it equals 2 (and then put "02"
or " ") or equals 3, etc...?