Search results

  1. S

    Searching Problem

    I have implemented the search function in this datebase Search02.zip (found here http://www.access-programmers.co.uk/forums/showthread.php?p=319650#post319650 ) I am having one problem. The Search works fine, but whenever I click in the list box for record to be brought up nothing happens...
  2. S

    Combo Box Problems

    I have a form where the user selects a Customer from a combo box, then the user selects a Product from another combo box. The rowsource in the Product Combo Box set to SELECT tblProduct.ProductID, tblProduct.Description FROM tblProduct WHERE...
  3. S

    Multiple Reports & Page Numbering

    I have 10-15 reports at a time that I want printed from a form as a set. 2+ copies of each report may be required. How can I number the pages correctly? thanks -ryan
  4. S

    Combo Box Value into a Label

    I have a combo box called cboWeightCheck and would like the selected value to be put into the middle of a string for a Label called lblProd. Whenever I think im close to figuring it out and I run the report Access crashes on me. thanks -Ryan
Back
Top Bottom