L
Lori
I am getting a run time error when I am on a form. It says Runtime error
2001 - and then some text about canceling the previous action. When I click
on the Debug button, it highlights the following code:
Current_Vendor_Count = DCount("*", "tbl_Vendor", "(tbl_Zip_Code.Zip_Code =
tbl_Vendor.P_Zip_Code) AND (tbl_Zip_Code.Local_Agency_Code =
tbl_Vendor.Local_Agency_Code) AND [Status_Code] = 'Active' AND
[Peer_Group_Code] <> 11 ")
It isn't any one action that is causing this error. I get it when I try to
move to another record by clicking the arrow button at the button of the
screen or when I turn the filter off ( I used a search window to open the
record).
Any ideas? Thanks!
2001 - and then some text about canceling the previous action. When I click
on the Debug button, it highlights the following code:
Current_Vendor_Count = DCount("*", "tbl_Vendor", "(tbl_Zip_Code.Zip_Code =
tbl_Vendor.P_Zip_Code) AND (tbl_Zip_Code.Local_Agency_Code =
tbl_Vendor.Local_Agency_Code) AND [Status_Code] = 'Active' AND
[Peer_Group_Code] <> 11 ")
It isn't any one action that is causing this error. I get it when I try to
move to another record by clicking the arrow button at the button of the
screen or when I turn the filter off ( I used a search window to open the
record).
Any ideas? Thanks!