B
Bill
I'm invoking a query
using 'DoCmd.OpenQuery "Q_PoliceServiceCode", ,'. The
query SQL code is:
SELECT [PoliceServiceCode].[PoliceService]
FROM PoliceServiceCode
WHERE ((([PoliceServiceCode].[PoliceServiceCode])=[]));
I'm trying to pass the PoliceServiceCOde via a variable &
would like to have the result (PoliceService) placed in
another variable. What would I need to do to get this
accomplished using the above code or is there a better way
to do it?
Thanks in advance
using 'DoCmd.OpenQuery "Q_PoliceServiceCode", ,'. The
query SQL code is:
SELECT [PoliceServiceCode].[PoliceService]
FROM PoliceServiceCode
WHERE ((([PoliceServiceCode].[PoliceServiceCode])=[]));
I'm trying to pass the PoliceServiceCOde via a variable &
would like to have the result (PoliceService) placed in
another variable. What would I need to do to get this
accomplished using the above code or is there a better way
to do it?
Thanks in advance