P
Paul3rd
Hello,
Does a rule exist forbidding an operator used in an IF statement?
If not, why won't the following statement work?
If Me![Check154].Value = True And Me![txtSpkExch] = 4 Then
DoCmd.OpenReport stDoc3WO, acViewNormal
Is it because of my syntax?
Thanks in advance for any help,
Paul
Does a rule exist forbidding an operator used in an IF statement?
If not, why won't the following statement work?
If Me![Check154].Value = True And Me![txtSpkExch] = 4 Then
DoCmd.OpenReport stDoc3WO, acViewNormal
Is it because of my syntax?
Thanks in advance for any help,
Paul