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?
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?