Declaring SQL variables from a VBA form list

K

KoldKay

Hi all, I've got a VBA form with list box in an Access ADP, that's
linked to an SQL procedure.
The SQL procedure has a variable (@pres_id) that I need to declare.
Yet how can I declare this from the list box?
 
Top