Executing EventCode OnClick from a form in adp

  • Thread starter Darrell Cyphers
  • 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
 
B

Bandit

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
 
D

Darrell Cyphers

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top