Recent content by jmak_1214

  1. J

    Running Calculation on Query

    It is quite hard to explain. In any cases, thank you for all the help. It works for me right now with the SampleData3.zip. I was just trying to have 1 query instead of 2.
  2. J

    Running Calculation on Query

    Updated the SampleData with JHB's calculation:
  3. J

    Running Calculation on Query

    Thank you very much for your help. It is beautiful. But I actually need to add 1 row for each part count and then do the running sum. Please see the SampleData2.zip as attached in the above reply. Is there anyway to do this without using 2 queries?
  4. J

    Running Calculation on Query

  5. J

    Running Calculation on Query

    I need this in query in order to set the layout of a exported excel file. The excel file has to exported in a certain way (which is kind of annoying).
  6. J

    Running Calculation on Query

    Thank you. I have implied the code into my project, but it does not calculate the running sum. RecordID | PartCount | RowCount 1 | 1 | 9 <Default as "9" on Query 2 | 2 | 11 <=2+9, which is PartCount on 2nd record adding RowCount on 1st Record 3 | 5 | 16 <=5+11, which is PartCount on 3rd record...
  7. J

    Running Calculation on Query

    Hi, here you go. Thanks in advanced. I want to add a column with RowCount.
  8. J

    Hello

    Thank you for your warm welcoming.
  9. J

    Running Calculation on Query

    Thanks, but in this case, I will always need the first record to be 9 and then sum below two columns.
  10. J

    Running Calculation on Query

    Hello, I have tried to use "Get the value in another record" but i could not get the value from the record above. This is the code i have got right now. [CODE]SELECT SPQuoteTool.QuoteToolID, SPQuoteTool.SemiProductID, ToolingPhoto.ERPToolID, ToolingPhoto.ToolName, ToolingPhoto.NetWeight...
  11. J

    Running Calculation on Query

    Thank you for you reply, but how about making the first RowCount be default "9", and then add PartCount?
  12. J

    Running Calculation on Query

    Thank you for reading this thread. I have a problem with creating a query with calculation, please help: RecordID | PartCount | RowCount 1 | 1 | 9<Default as "9" on Query 2 | 2 | 11 <=2+9, which is PartCount on 2nd record adding RowCount on 1st Record 3 | 5 | 16 <=5+11, which is PartCount on 3rd...
  13. J

    Hello

    I am currently working on a database for a personal project. Very new to Access!
Back
Top Bottom