K
Ken Ivins
I am getting a "Runtime error 2001: You canceled the previous Operation"
The code I am trying to run is:
varX = "(biGroupID = " & Forms![frmSubscribers-MainActive].giGroupID & _
") AND (biCoverageDateStart = " & Format(Me.txbCoverageDate,
"\#mm\/dd\/yyyy\#") & ")"
If IsNull(DLookup("biGroupID", "[tblBilling]", varX)) Then
Basically I want to look at the table billing and if there is a group ID
with a given date then do a command.
Any idea what is causing this and how to fix it?
Thanks,
Ken Ivins
The code I am trying to run is:
varX = "(biGroupID = " & Forms![frmSubscribers-MainActive].giGroupID & _
") AND (biCoverageDateStart = " & Format(Me.txbCoverageDate,
"\#mm\/dd\/yyyy\#") & ")"
If IsNull(DLookup("biGroupID", "[tblBilling]", varX)) Then
Basically I want to look at the table billing and if there is a group ID
with a given date then do a command.
Any idea what is causing this and how to fix it?
Thanks,
Ken Ivins