Month Name

P

Praf

I used "=format(now(),"mmm") to display month name in a text box on an access report. At first it worked fine, but when I wrote a macro on the report, it started giving me an error "Visual Basic cannot compile, Please check the code and recompile"

Please advise
 
F

Fons Ponsioen

When you remove the macro, does this restore the report to
working properly?
What does the macro do?
Maybe with adequate information someone can help you.
Fons
-----Original Message-----
I used "=format(now(),"mmm") to display month name in a
text box on an access report. At first it worked fine, but
when I wrote a macro on the report, it started giving me
an error "Visual Basic cannot compile, Please check the
code and recompile"
 
Top