Mantispony
Registered User.
- Local time
- Today, 13:55
- Joined
- Mar 31, 2011
- Messages
- 15
Hi everyone!
I'm back with another (possibly silly) question:
How do I turn the totals row into an actual record, so that I can display it in a form? It should still function as the totals row, though (so "copy/paste into an empty record" is not what I'm looking for here).
The idea is that when filtering on a salesperson in the form, we'd display all his sales per month and per year (which I've got working fine), but I've been asked if it's possible to display that person's totals as well.
I'd copy/paste the total rows in a separate table, make another form and link the 2 forms, but I was just wondering if it's possible to display the totals row directly into a form. That way I could eliminate copy/paste errors, AND it would automatically be up-to-date..
Bottom line: how (if at all possible) do I display the Totals Row as-is in a form as if it was a regular record?
EDIT: I'm not familiar with VBA, so if the solution requires VBA, please explain it like you're talking to a 3-year-old
I'm back with another (possibly silly) question:
How do I turn the totals row into an actual record, so that I can display it in a form? It should still function as the totals row, though (so "copy/paste into an empty record" is not what I'm looking for here).
The idea is that when filtering on a salesperson in the form, we'd display all his sales per month and per year (which I've got working fine), but I've been asked if it's possible to display that person's totals as well.
I'd copy/paste the total rows in a separate table, make another form and link the 2 forms, but I was just wondering if it's possible to display the totals row directly into a form. That way I could eliminate copy/paste errors, AND it would automatically be up-to-date..
Bottom line: how (if at all possible) do I display the Totals Row as-is in a form as if it was a regular record?
EDIT: I'm not familiar with VBA, so if the solution requires VBA, please explain it like you're talking to a 3-year-old

Last edited: