Recent content by shobhanauto

  1. S

    Help needed: Updating subtotal only in the last record of each item in Access form

    How can I create extra queries? If I have a packing list with 1000 items, how can I create a separate query for each item? Because in one box, there may be 4–5 different items. So I want to handle each item individually using separate queries or filters. Can you please guide me on how to do...
  2. S

    Help needed: Updating subtotal only in the last record of each item in Access form

    Actually sir I don't understand English very well What I’m trying to do is this: In my packing list, sometimes there are 2 items, sometimes 5 or more. I want to sum the NET WEIGHT (Box_Weight) of all records for each item, and then set that total as TOTAL_NT_WT, but only in the last row of...
  3. S

    Help needed: Updating subtotal only in the last record of each item in Access form

    I’ve attached an image to help explain the issue with the TOTAL_NT_WT calculation
  4. S

    Help needed: Updating subtotal only in the last record of each item in Access form

    Hi everyone, I am working on a Microsoft Access project where I add multiple records for items in a subform. Each record has a Box_Weight field, and I want to calculate the subtotal (sum of Box_Weight) for each item. However, I want to show this subtotal only in the last record of each item...
  5. S

    Need Help with Stock Transfer Form – Warehouse Issue

    Hi everyone, how are you all? I’ve created a form for stock transfer between warehouses, but it’s not working. Can anyone help me? Details: Total Warehouses: 4 W-ADMIN W-MAIN W-RETAILS W-LOCALS The form is supposed to transfer stock from one warehouse to another, but it’s not...
  6. S

    rs need help

    Thank you sir, for providing advice and samples.
  7. S

    rs need help

    How are you, Pat Hartman? I'm actually new to Access. If you have a little time for me, could you please update my file if possible? Thank you
  8. S

    rs need help

    And since these are calculated values - why do you want to store them? The reason for storing this is because I have three sales forms for three branches. When I update Salespercents, it will be displayed next to ItemName on these forms. For users generating invoices, the Salespercents I set...
  9. S

    rs need help

    anyone here help please?
  10. S

    rs need help

    Dear Sir i Uploaded database file first page and here vb code i set SalesPercents Private Sub SalesPercents_Click() On Error GoTo ErrorHandler Dim db As DAO.Database Dim rs As DAO.Recordset Set db = CurrentDb() Set rs = db.OpenRecordset("SELECT * FROM ItemName"...
  11. S

    rs need help

    i need another help I uploaded the database file. In the forms, the last Sell% shows 3.53%. Then the result should update in the ItemName tables SalesPercents field. I added the VBA code, but it's not working. Can anyone help?
  12. S

    rs need help

    Thank You Working Good
  13. S

    rs need help

    hmm good idea can you me ff code? <> 0 please
  14. S

    rs need help

    hi i need another help I uploaded the database file. In the forms, the last Sell% shows 3.53%. Then the result should update in the ItemName tables SalesPercents field. I added the VBA code, but it's not working. Can anyone help? Could someone please help me?
Back
Top Bottom