R
ragtopcaddy via AccessMonster.com
Here's a puzzle for you:
The following line results in a compile error noted in the subject of this
post.
If Me.sctrid = 4 Then SetRsHRS Me.grpPeak, Me.DoV
when I change the format of the If statement as follows:
If Me.sctrid = 4 Then
SetRsHRS Me.grpPeak, Me.DoV
End If
It compiles just fine.
Any ideas?
--
Bill Reed
"If you can't laugh at yourself, laugh at somebody else"
Message posted via AccessMonster.com
The following line results in a compile error noted in the subject of this
post.
If Me.sctrid = 4 Then SetRsHRS Me.grpPeak, Me.DoV
when I change the format of the If statement as follows:
If Me.sctrid = 4 Then
SetRsHRS Me.grpPeak, Me.DoV
End If
It compiles just fine.
Any ideas?
--
Bill Reed
"If you can't laugh at yourself, laugh at somebody else"
Message posted via AccessMonster.com