Search results

  1. J

    Listboxes changing values

    I have a multiselect listbox that displays 2 columns column, 1 lists computer acessories, Tft Monitor Wireless Network Card Local Printer etc In column 2 I want to change the value from no to yes or from 0 to 1 when the item is selected (like a pick list) is this possible ??? I am fairly...
  2. J

    Query Job id selection vis text box input

    Query Job id selection via text box input I am trying to produce a query that will search for multiple records by job id entered into a text box eg 17656,18768,15679. The example i have found uses the (LIKE '*value*') so if i type in part of a job id (176) it will display all records starting...
  3. J

    Symtax Error missing operator ?

    Hi, can anyone help ? I have 2 tables 1 called orderforminput and another called customerdetails. If i run the following sql statment on the orderforminput table it works just great. "SELECT orderforminput.* FROM orderforminput " & _ "WHERE orderforminput.[Customer] " &...
Top Bottom