Search results

  1. T

    Question How many connected users

    Hi everybody I made an access 2013 application. I want to sell licences per users. How can I know how many users are connected in the database ? Is there an easy way to know that? Thanks
  2. T

    update query with dsum()

    Hi guys I have a table products with a field "id_product" and "total" (Total items in stock) I have a query with the fields "id_product" and also the field "total in stock" I want an update query to update the field 'total' in table 'products' with infos from that query For each id-product...
  3. T

    Combobox rowsource change "on the fly"

    Hi everybody I have a drop down list and I want that the rowsource changes on the fly. The code written here works perfectly for the dropdownlist but the control itself works not good When I type "all", the combobox list shows all the items with "all" in it, that's perfect. When i type "bo"...
Back
Top Bottom