G
Guest
I am trying to build a form that updates and places the calculated data on
one form but I am having difficulty. I have a set amount of records that will
not change, the only thing that will change is a user data entry box, and
the total column box. I have a Units box, And a RVU box (Users enter a new
number in this field) and a WTD units box (This would be the total of the
Units box * the RVU box) I then want to take the sum of all the WTD units
boxes that have the same GL# (some units will have the same GL#) and sort by
GL#. Nothing I have tried works. Here is how one line would look.
GL#| Units| RVU | WTD Units | Total WTD Units
there could be some columns with the same GL#
Example:
GL#| Units| RVU | WTD Units | Total WTD Units |
600 | 1 | 10 | 10 | 100 |
600 | 3 | 30 | 90 | 100 |
601 | 2 | 20 | 40 | 40 |
The Total WTD Units column would have to look for all GL# 600's and sum the
WTD Units column and display in the Total WTD Units column the Sum of all. I
have been asked to give this a shot for an easy way to see the data from one
form window but I think that my access skills have diminished too much to
figure it out. I am able to do it using querry's but the data needs to be on
the same form. Any help or advice would be appreciated, or if I should just
"Punt this thing away", let me know.
one form but I am having difficulty. I have a set amount of records that will
not change, the only thing that will change is a user data entry box, and
the total column box. I have a Units box, And a RVU box (Users enter a new
number in this field) and a WTD units box (This would be the total of the
Units box * the RVU box) I then want to take the sum of all the WTD units
boxes that have the same GL# (some units will have the same GL#) and sort by
GL#. Nothing I have tried works. Here is how one line would look.
GL#| Units| RVU | WTD Units | Total WTD Units
there could be some columns with the same GL#
Example:
GL#| Units| RVU | WTD Units | Total WTD Units |
600 | 1 | 10 | 10 | 100 |
600 | 3 | 30 | 90 | 100 |
601 | 2 | 20 | 40 | 40 |
The Total WTD Units column would have to look for all GL# 600's and sum the
WTD Units column and display in the Total WTD Units column the Sum of all. I
have been asked to give this a shot for an easy way to see the data from one
form window but I think that my access skills have diminished too much to
figure it out. I am able to do it using querry's but the data needs to be on
the same form. Any help or advice would be appreciated, or if I should just
"Punt this thing away", let me know.