test = "SELECT LkupQuoteData." & Currentfield & " FROM LkupQuoteData;"
MsgBox test - this works as I would expect it to returning the string of the sql statement
CurrentfieldValue = db.execute_(test) - This returns the same error as previous :-(
When I run the SQL statement via query wizard, it returns the value I want
Kelvin Sparks
Can you advise what LkupQuoteData is - a table, view, function ......