undefined function when importing access query into excel

  • Thread starter Thomas Spellman
  • Start date
T

Thomas Spellman

I have a query in access that uses a homegrown function to output a
season string column for each row based on its date ( Season:
getSeason([tblSiteVisit].[Date]) ) . When I try to import this query
into excel using "get external data" I get a "function is undefined"
error. What do I need to do to get this to work?

T
 
D

Douglas J. Steele

You're saying you've created a function in the Access database, and you're
trying to run it from Excel?

Unfortunately, you can't.
 
Top