Compile Error on Format$

F

FireGeek822

I have a report that is to run based on a query. In this query I have
the following as a field.

Date By Month: Format$([tblIssues].[IssueDate],'mmmm yyyy')

Prior to Splitting and distributing the MDE, I compiled the database
(all was working before compile). Now I receive the following error.


Compile Error. in query expression 'Date By Month:
Format$([tblIssues].[IssueDate],'mmmm yyyy')'.


Any thoughts???

Tammy
 
F

FireGeek822

Allen,

Looks like MS Access 2003 SP2 automatically activated the following
References:
- FPDTC 1.0 Type Library
- MS Web Components 11.0
- MS Office XP Web Components

My project isn't using anything related to the web! For anyone's
knowledge, FPDTC 1.0 Type Library is Front Page Design Time Controls.
That took me a while to find. Again, my project isn't using anything
related to Front Page either.

I removed these unnecessary references. Recompiled and all is working
ok.

THANKS FOR YOUR HELP ALLEN!!!

T-
 
F

FireGeek822

THANKS Allen. I have been racking my brain looking at the report and
query and the code between! WoW references! Pick up something new
every day.

So, I just checked them - nothing "MISSING". However, do you know what
"fpdtc 1.0 Library" is? This is foreign to me.

T-
 
F

FireGeek822

Ignore the above last message - looks like Google logged these out of
order.

T-
 

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

Similar Threads

Query Question 5
Fill in some or all criteria 4
Select year from a query 5
Date format 1
Extract current month 1
VBA Compile Error: Variable not defined 10
Query SQL 4
compile error using date() 1

Top