Hello !
I have a problem with VBA for Access.
Suppose you have a table "tblEmployees" that has two fields: "Name" and "Position".
Does anybody know how to get the position of the employee called "smith" and put it in the VBA variable defined as:
Dim pos As String ?
(the problem is not with SQL, but with storing the answer of the query)
Thanks
Alx
I have a problem with VBA for Access.
Suppose you have a table "tblEmployees" that has two fields: "Name" and "Position".
Does anybody know how to get the position of the employee called "smith" and put it in the VBA variable defined as:
Dim pos As String ?
(the problem is not with SQL, but with storing the answer of the query)
Thanks
Alx