HalloweenWeed
Member
- Local time
- Today, 12:12
- Joined
- Apr 8, 2020
- Messages
- 220
Good day all,
I am making a personal investment recording/stat database for myself. I want to make a form that 'browses' the transactions, so I can easily and quickly verify that my database is working properly. I have a transactions table, a table for the long text descriptions, and account tables for each source/destination transaction. I would like to make a form with subreports to report on the contents of each of these tables, one transaction at a time (and it would also be nice to have a set of 'previous balance' fields as well, but this is optional). The problem is, using a traditional subreport container they will not change table names as needed (the accounts). I have mulled over putting field(s) as a parameter(s) from my master form as sql criteria to select the proper account table, but I don't know how to make that work. I know that since the subreports will load before the master form, the queries will fail and the form will fail to load. I'm looking for suggestions here.
So I would appreciate any thoughtful suggestions as to how to accomplish this. I am good at opening recordsets and SQL queries, and also good at using VBA to fill controls that are otherwise without "sources." Would you suggest that I write an SQL code for my account subform/subreport and call it within vba? How should this work?
EDIT: Never mind for now, I just realized that I can just create fields in the form, and use vba recordsets that I can change as needed via SQL in VBA to control the fields, as I change master record numbers.
I am making a personal investment recording/stat database for myself. I want to make a form that 'browses' the transactions, so I can easily and quickly verify that my database is working properly. I have a transactions table, a table for the long text descriptions, and account tables for each source/destination transaction. I would like to make a form with subreports to report on the contents of each of these tables, one transaction at a time (and it would also be nice to have a set of 'previous balance' fields as well, but this is optional). The problem is, using a traditional subreport container they will not change table names as needed (the accounts). I have mulled over putting field(s) as a parameter(s) from my master form as sql criteria to select the proper account table, but I don't know how to make that work. I know that since the subreports will load before the master form, the queries will fail and the form will fail to load. I'm looking for suggestions here.
So I would appreciate any thoughtful suggestions as to how to accomplish this. I am good at opening recordsets and SQL queries, and also good at using VBA to fill controls that are otherwise without "sources." Would you suggest that I write an SQL code for my account subform/subreport and call it within vba? How should this work?
EDIT: Never mind for now, I just realized that I can just create fields in the form, and use vba recordsets that I can change as needed via SQL in VBA to control the fields, as I change master record numbers.
Last edited: