belovedcej
Programmer
The line below has incorrect syntax at the intPersonID. It is a Long type in VBA, an integer type on the server.
Could someone advice me as to what my syntax problem is? Thanks!
Could someone advice me as to what my syntax problem is? Thanks!
Code:
Set rst = CurrentProject.Connection.Execute("dbo.CSF_Addresses_List_SP(intPersonID)")