> Tables don't have functions in them, but Queries can. Can you tell me a bit
> more?
[quoted text clipped - 19 lines]
> > > >
> > > > Anyone have any ideas how I can do this?
Sorry, but queries are not in modules. Modules contain only VBA code. Now,
if what you are saying is you are trying to link to an Access query that has
functions in the query, particulary those that may have VBA code in them, it
isn't going to work.
I suggest you create your query in MS query directly against the Access
tables and use Excel to perform the functions Access is doing now.

Signature
Dave Hargis, Microsoft Access MVP
> The Query is one of many that gives the total results
> there are 2 function in the previous queries one that formats the Date, and
[quoted text clipped - 24 lines]
> > > > >
> > > > > Anyone have any ideas how I can do this?
Octet32 - 28 May 2008 18:27 GMT
Yes that what is happening
thanks
> Sorry, but queries are not in modules. Modules contain only VBA code. Now,
> if what you are saying is you are trying to link to an Access query that has
[quoted text clipped - 32 lines]
> > > > > >
> > > > > > Anyone have any ideas how I can do this?