I have a query (linked to a single table). I am using a public function to get a value to use as a parameter query...
Public Function InputTY() as string
Dim ITY as string
ITY = inputbox ("enter tax year"
InputTY = ITY
End Function
In the criteria box of the correct field i have used the build to select the function, however, when i run the query I always get the input box appear twice...? The query works, but why does it appear twice?
Any assistance appreciated...