Executing Access user defined functions from Excel

G

Guest

I have a query that calls a user defined function in Access.

e.g. GetCurrentBatchID (gets the current batch ID).
Query1
Select getcurrentbatchID(), items, destination FROM Tbl

I would like to create a pivot table from this query (Query1) in Excel but
Excel complains that the user defined function is not "defined".

JB
 
G

Guest

I see, thanks for the confirmation. I resorted to creating a batch vba code
to generate the tables from the queries to be used in Excel.

JB
 

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

Top