Re: Working on all computers but 1
- From: "kc-mass" <connearney_AT_comcast_DOT_net>
- Date: Tue, 20 Oct 2009 15:24:47 -0400
You are missing an activeX control on that machine or it is on the machine
but not registered.
If you are missing one, copy it from one of the other machines and then
register it with RegSvr32.exe.
Kevin
"cvegas" <cvegas@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D70FEFB1-83C1-4F4D-9CBB-17BA3B4B2093@xxxxxxxxxxxxxxxx
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
.
- References:
- Working on all computers but 1
- From: cvegas
- Working on all computers but 1
- Prev by Date: RE: Triginomic functions in VBA
- Next by Date: RE: Triginomic functions in VBA
- Previous by thread: Working on all computers but 1
- Next by thread: RE: Working on all computers but 1
- Index(es):
Relevant Pages
|