It turns out I was trying to moveNext and did not check for EOF. Now the only problem is that the function does not return a value when put into a query. Any ideas?
Thanks,
Tyler
here is the new code
Public Function dateStart() As String
Dim db As Database
Dim rst1 As...