MS Access Programming help: Advice needed

polkatese
polkatese Posts: 6,767
edited March 2008 in The Clubhouse
Any guru on MS Access programming here?

I need to create a procedure to store a running total of integer values to a temp table or a declared table, based on an assigned value to a row/record stored in a different table.

For instance, I have a table with descriptions, check mark, and assigned value column. If I select the check mark for that particular row/record, I like to start a counter to add that value. Let's say there are 10 rows of entry and I checked 6 lines of these rows. I like to have a running total of the assigned values related to these rows. The means to do the calc is to create a button click trigger, and perhaps display the total in a separate form.

Can anyone point me to a sample procedure to achieve this objective? Or better yet, have done it themselves?

Thanks in advance for your feedback.
I am sorry, I have no opinion on the matter. I am sure you do. So, don't mind me, I just want to talk audio and pie.
Post edited by polkatese on

Comments