Hi
I wrote the following code
Sub GetAGLH()
Dim rst As New ADODB.Recordset
rst.Open "SELECT AGLH();", CurrentProject.Connection
Debug.Print rst.Fields(0)
End Sub
but all I get back is "AGLH is not a recognized function name"
I have checked to make sure that the user logged onto my ADP has permissions to exec the function
Thanks,
Gavin,