C
cvegas
The customer had their people come in and reinstall everything on 1 system
after a virus. Operating system is XP Pro on all computers.
My code stopped working on this system. I checked all references and
everything appears to be there.
Using Access 2K Ver9.0.2720
The error happens when a check box is selected to filter the form for orders
that require attention for todays date.
"You can't carry out the action at the present time" The expression may not
result in the name of a macro, name of udf, or Event Procedure. There may
have been an error evaluating the function, event, or macro.
if me.ActiveControl = -1 then
Searchfor = Me.Text92
Me.Filter = "[Drop or Delivery Date]=" &_
format(searchfor, "mm/dd/yyyy")
& "#"
Me.FilterOn = True
Else
Me.filterOn = False
endif
Any direction would be helpful and appreciated
after a virus. Operating system is XP Pro on all computers.
My code stopped working on this system. I checked all references and
everything appears to be there.
Using Access 2K Ver9.0.2720
The error happens when a check box is selected to filter the form for orders
that require attention for todays date.
"You can't carry out the action at the present time" The expression may not
result in the name of a macro, name of udf, or Event Procedure. There may
have been an error evaluating the function, event, or macro.
if me.ActiveControl = -1 then
Searchfor = Me.Text92
Me.Filter = "[Drop or Delivery Date]=" &_
format(searchfor, "mm/dd/yyyy")
& "#"
Me.FilterOn = True
Else
Me.filterOn = False
endif
Any direction would be helpful and appreciated