Search results

  1. M

    large String

    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
  2. M

    get value from combo box

    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...
  3. M

    Query result to listBox

    hi i have a simple query that will select from 2 tables how can i display the result in list box what i did is Private Sub SearchB_Click() Dim qry As String qry ="Select Student.name , Student.address , Course.name , Course.proff From Student , Course Where Student.id =...
  4. M

    resultset and combo box

    Hi first i want to say i'm new in this vb micros things, but i have some back ground in othe programming langauges ... any way i have form with 2 combo boxes, one text box and one search button the first combo box "CustomerCB" display list of customer names " the second combo box "productsCB"...
Back
Top Bottom