Search results

  1. Z

    autonumber reset

    Hello I'm still a newbie at access vba programming. I'm trying to make autonumber in this format but I dont know the sintax: 415-9/13 415 = this number is autoincrementing when I print the purchase order 9/13 = date first number must reset every year to 1 so the first purchase order in year...
  2. Z

    Calculate sum of column

    Hello I have a database of spare parts and I want to calculate the price of the whole warehouse. I have managed to do [quantity]*[price] in a subform but now I want to sum all and show the result in textbox. Thanks for help
  3. Z

    Help me subtract value in table using textfield and button

    Hello I'm a noob in vba and access so need help. I have a table in wich I have stored numbers and i want to subtract them using vba. example Table1 ID number 1 20 2 40 textbox(ID):2 texbox(value):5 button(subtract) So when i click button i want to subtract record with...
  4. Z

    Need help with subtracting and copyng record into another table with a click

    Hello all! I'm a newbie so I will need a lot of help. I hope you will understand my problem. I am bookkeping and storing spare parts in my warehouse. I have 2 tables Warehouse Bookkeeping So i have a warehouse of spare parts and what i wanna do is to create a form where i can insert ID of...
Back
Top Bottom