Calander in froms

  • Thread starter Thread starter CharlesCount via AccessMonster.com
  • Start date Start date
C

CharlesCount via AccessMonster.com

I tried to add a calendar in a form but it does not work.
I checked everything and followed the direction and I am getting the
following error. The Expression On Click you entered as the event setting
produced the following error: There was an error Compilingt his function.
When I tried to run Debug I get the following response: Compile Error:
Invalid outside procedure.

This database was replicated but no longer used as a replicated database and
I deleted all fileds relating to the replication. This version was the master
file and has been copied a number of times because I always work on copy when
I do updates.
Any suggestions?

Charles
 
You might want to eyeball your code from top to bottom. This sounds like the
kind of error you get if you copy a sub and then accidentally paste it into
the middle of another sub! Access gets confused because the Sub...End Subs
don't match up, hence the

Compile Error: Invalid outside procedure.

Good Luck!

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via AccessMonster.com
 

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

Back
Top