Search results

  1. D

    Reports

    Hi, the reports I created cant be run because I do not have a printer installed. I don't know if its possible, but Ive recently uninstalled my printer, and I do have another printer OR my microsoft windows 98 disc, but can I run these reports without a printer installed? Thanks in advance
  2. D

    Using Findfirst

    I have a question regarding the findfirst command. Is there a way of setting a condition: eg. WHERE boxno = list14 AND name = combo1 Could somebody please help?!
  3. D

    Finding a value

    I am having trouble finding the record I want on a form. My form contains 2 combo boxes, a listbox, and 4 other text boxes. When the user selects a value from each of the combo boxes, a query is run to determine the listboxes contents. The listbox has 2 columns - one is hidden as it is the key...
  4. D

    Invisible values (?!)

    I have a confusing problem, my form contains 2 combo boxes, a listbox, and 4 other text boxes. When the user selects a value from each of the combo boxes, a query is run to determine the listboxes contents. The listbox is has 2 columns - one is hidden as it is the key field, the other is the...
  5. D

    Selecting a value

    I am having a problem with a listbox. After updating a combo box I want it to immediately select a value from a listbox. This is all on the same form and it is necessary so I can run a query. Can anybody help please?
  6. D

    True/False problem

    Hi, I am currently having a problem getting a true/false value from a table based on the values in the two other fields. My three fields are in the table are client names, boxno, missing (which is true/false). I have a combo box with clients names which after update affects a listbox contents...
Back
Top Bottom