Craig_Withers
New member
- Local time
- Today, 12:01
- Joined
- Jul 21, 2004
- Messages
- 7
I've got a rather complicated problem with Access 97 here, at least it seems cpmplicated to me!
The main form on my database, called frmMain has a subform on it (running from a query) which lists payments or contributions made, I've got that working fine so that the payments shown on the subform change as the user switches through the records.
However, I've got another subform, which runs from a query which totals the payments made by each company, so the user can see at a glance how much each company has paid. In can put the second subform on frmMain, showing only the Total, however the formatting isn't ideal, and I don't like the way it looks when the form is printed.
To remedy this, I've placed a text box on frmMain and I've tried to manually link it through to the contributions total subform, by setting the Control Source to "=[Forms]![frmPreContribTotal subform]![SumOfContribAmount]"
My problem is that, while this does work in that it shows the very first entry i.e. the Sum for the first record in the subform, it doesn't change as the user moves through the records on frmMain.
I know this is quite a long post, and I've probably not made it as straighforward as others, but I'd appreciate any help I can get!
The main form on my database, called frmMain has a subform on it (running from a query) which lists payments or contributions made, I've got that working fine so that the payments shown on the subform change as the user switches through the records.
However, I've got another subform, which runs from a query which totals the payments made by each company, so the user can see at a glance how much each company has paid. In can put the second subform on frmMain, showing only the Total, however the formatting isn't ideal, and I don't like the way it looks when the form is printed.
To remedy this, I've placed a text box on frmMain and I've tried to manually link it through to the contributions total subform, by setting the Control Source to "=[Forms]![frmPreContribTotal subform]![SumOfContribAmount]"
My problem is that, while this does work in that it shows the very first entry i.e. the Sum for the first record in the subform, it doesn't change as the user moves through the records on frmMain.
I know this is quite a long post, and I've probably not made it as straighforward as others, but I'd appreciate any help I can get!