Search results

  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?
  15. S

    Solved need help tabel field

    yes i mistake add dutyrate.. lol when added its slove thank you dear fast respsond
  16. S

    Solved need help tabel field

    hi all i try whole day to fix this issue when i set values 0.69 its back to 1 automatic any expert help me please?
  17. S

    sms send bottam vb code need help

    Yes Change Name )) Thank you Again Dear
  18. S

    sms send bottam vb code need help

    MY PROBLAM SLOVE I MOVE TO TABLE TO COMBOX BOX ' Retrieve mobile number from Customer customerName = Me.Customer ' Retrieve mobile number from Combo241 customerMobile = "88" & Me.Combo241 ' Adding 88 to the mobile number Thank you Gasman for you time and help
  19. S

    sms send bottam vb code need help

    why i cant post full vba code its give error Your content can not be submitted. This is likely because your content is spam-like or contains inappropriate elements. Please change your content or try again later. If you still have problems, please contact an administrator.
Back
Top Bottom