Search results

  1. S

    Run time error 3061. Too few parameters. Expected 2

    I'm new in VBA, so now i know how to add record, but can somebody help me with the code to find record?
  2. S

    Run time error 3061. Too few parameters. Expected 2

    Run time error 3061. Too few parameters. Expected 2 this what i got from this: Private Sub Command498_Click() CurrentDb.Execute "INSERT INTO FourniturenSample(Lila, Code, LilaP1, CodeP1, ColorP1, QuantityP1) " & _ "VALUES(" & Me.txtlila & "," & Me.txtlilacode & "," & Me.txtlilapart1 & "," &...
  3. S

    Make-Table query command button

    Thanks Namliam, i understood what the function is doing, but i don't really know how to build the code, so can u help me with an example, so i can get it.
  4. S

    Make-Table query command button

    Hi guys, i have a problem and i can't find a solution so far.So, i have a form, where im giving a criteria for a query through combo-box.I want a button that will save the results from the query in a new table, after i choose the value in the combo box.I know that cloud happend with make-table...
  5. S

    Automatic Numeric Problem

    hey man, im really new into vba codinng.So these days i was reserching and reading tutorials about VBA coding.Can you help me a bit with it couse i cant understand everything , but i need to finalise it soon.
  6. S

    Automatic Numeric Problem

    yes I did a seral function.but if i take my first post for example now it looks like this: A.... B 1.... 1 1.... 2 3.... 3 1.... 4 2.... 5 1.... 6 but it should looks like on the 1st post
  7. S

    Automatic Numeric Problem

    no.look at my 1st post.A is quantity,B is serial number of the boxes.
  8. S

    Automatic Numeric Problem

    okey i did it.Than?
  9. S

    Automatic Numeric Problem

    becouse this is just example...they are not really products...i will describe u exatly my problem.I work in a factory which produce many products.I need to give to the employes a list with products from the same group.Every product have quantity and depend on this quantity i have query which say...
  10. S

    Automatic Numeric Problem

    look more deep into my ask...i dont need Id per row, but ID per product,and the products can be more than 1 into a row
  11. S

    Automatic Numeric Problem

    Hi everyone, I'm new into doing queries for MS Access and I don't have an idea how to program the following issue. So for example I have quantity of products into column A.They are sorted good, but i need to give automatic number (into column B) per every product, depend on the sorting as...
Back
Top Bottom