Calander in froms

  • Thread starter CharlesCount via AccessMonster.com
  • 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
 
L

Linq Adams via AccessMonster.com

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!
 
Top