hi
i have a combobox
row source is :
SELECT Customer.Customer_id, Customer.CustomerName FROM Customer ORDER BY [CustomerName];
now how can i return the customer_id from the selected row
example combobox
customerID | customername
1 | mike
2 | Kyle
3 | Rita
now i want have a varaible assigned to the selected customer id
how can i do this ?
thx
i have a combobox
row source is :
SELECT Customer.Customer_id, Customer.CustomerName FROM Customer ORDER BY [CustomerName];
now how can i return the customer_id from the selected row
example combobox
customerID | customername
1 | mike
2 | Kyle
3 | Rita
now i want have a varaible assigned to the selected customer id
how can i do this ?
thx