G
Guest
I'm using a form & VBA to get information from a query. It works but now I
want to store the information in the fields of the query to some VBA
variables. My thinking was that I have a field in the query named 'project'.
In the VBA code I dim a variable named 'projectname', in the code I said
projectname = [qryFindInfo]![project]. It does not work but am I on the
right path??
Thanks in advance
want to store the information in the fields of the query to some VBA
variables. My thinking was that I have a field in the query named 'project'.
In the VBA code I dim a variable named 'projectname', in the code I said
projectname = [qryFindInfo]![project]. It does not work but am I on the
right path??
Thanks in advance