hi i want to add very large selece statement into a string in vba , how can i do this
the selesct statement has 800 char
when i try to add it to string it addes he first 256 char only
any idea?
thx
hi all
"i'm new to vb programming"
i created empty list box in form with columncount 1
no i have 3 different select statemnt the will have different column result , is there is any way to set the columncount
here is the method
'customerNameCB = comboBox
'SearchB = Button
'productsCB =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.