Search results

  1. K

    calculation

    I need to add the freight and Tax per order for my customers. Can any one help Thanks
  2. K

    Individual reports

    I have 20 clients. I need to run reports for each client can anyone help
  3. K

    duplicate data

    thanks for your help got it to work.
  4. K

    duplicate data

    thanks for the help.I have an inventory table with about a 1000 grocery items. I have a customers table. I have a form that I can search for the items. When I find the item I want to click on it and add to the customer table. This I have done but what i need to do is to be able to click and it...
  5. K

    duplicate data

    I am trying to add a record to a record set(e.g. if I have eggs i need to add it to multiple customers. I want to add 1 item to multiple customers Thanks
  6. K

    duplicate data

    I Am getting a compilation error when I add rs.movelast and then rs.addnew I get a compilation error
  7. K

    duplicate data

    I have this code but it does not duplicate the record, how do i get it to duplicate a record? Set rs = db.OpenRecordset("SELECT * FROM CustomerOrder WHERE(Product = """ & Me.Product & """)") If rs.EOF Then With rs .AddNew .Fields("Product") = Me.Product.Value .Fields("Guilders") =...
  8. K

    New ACCESS User... Trust I will have many questions :)

    just joined and I feel the same
  9. K

    Forms

    I am creatng a consumer database. I have a list of my inventory. I can search and find my items . How do I after i have found the item click on the item so that it can go into a table or form?
  10. K

    hi all

    hi all I am kim new to everything
Back
Top Bottom