Access queries and Excel functions
Posted by John S on July 02, 2001 7:12 AM
I need to call an Excel function to run a calculation within an Access97 query, from two fields created by the query. I tried the following:
NewValue: Application.Excel.WorksheetFunction.functionname(field1, field2)
but this gave me an error when editing.
Any suggestions?
Thanks.