Search results

  1. N

    Buttons to filter form

    Hi, I have a db, addressbook. In my form (frmAddressbook) i have a listbox (lstNames) with the first- and lastnames. There are also buttons to filter the listbox by category (Family, friends, colleagues). Sofar everything's working fine. Now I will make 27 buttons (A-Z & all) to filter the form...
  2. N

    Solved Crosstab query

    Hi, I have a crosstab query that shows the sales pro month. That's works well, but I want to show all products and not only those who have a value. How can I do that ? Is there anyone who can help me with this ? Thanks.
  3. N

    Solved Copy data from listbox to subform

    Hi, I'm newbee here and my English is not so good. So I'm going to try to explain my problem. I have made a order db with main (frmOrderMain) and subform (frmOrderSub1). In the Order main form I have a listbox with products, populated from the table tblProducts. There is also a combobox to...
  4. N

    Form to add records

    Hi, I have a DB with the orders in a restaurant. Now I want to make a form where I can make a selection of the products and the quantity of the selected products. These selection have to be added into the open orderform. After that, all the values have to reset. I already created a kind of...
Top Bottom