Executing EventCode OnClick from a form in adp

  • Thread starter Thread starter Darrell Cyphers
  • Start date Start date
D

Darrell Cyphers

I have just begun to create a database in adp and have
successfully connected with the server and created tables.
Now, I have created a form for one of the tables which
includes an OnClick event attempting to execute code with
turns on or off the visible property for a text box based on
the value of the control clicked. I get a message on
clicking the control reading:
"VBA encountered a problem while attempting to access a
property or method. The problem may be one of the following:
*A reference is missing
*An Expression is misspelled
*Security in Access is set to High and Microsoft Jet 4.0 SP8
is not installed."
I have installed SP8 and still get this message. AND, I get
this message EVEN WITH A BREAK SET ON THE 1ST LINE OF CODE;
the message pops up before even hitting the break. Can
someone suggest an explanation?

Thanks!
Darrell
 
Hi,
Have you checked the references? You may have created in
2003 but when on the Server it had version 2000. It may be
looking for reference 11 or 10 but only have 9. I forget
about this when I correct something remotely using a
higher version than the Server. I would double check that
all the References are correct.

Hope this helps,
Bandit
 
No cigar. All references are 11. But, thanks for the
suggestion! It's one less possible problem. Any more?
 
Back
Top