AlexN
Registered User.
- Local time
- Today, 02:30
- Joined
- Nov 10, 2014
- Messages
- 302
Hi everyone, long time no see, trying to avoid bothering you all beautiful people with silly questions.
Well, I got a tblTransactions, that holds records of everyday transactions on multiple accounts, and bears fields like TransactionID (PK), TransactionDate, AccountID, TransactionType. (There are plenty of others, these are the most significant).
What I want to do, is to have a form for data input to this table, in a way that I don’t have to input AccountID, TransactionType, and TransactionDate, over and over again, as long as we’re talking for the same AccountID, the same TransactionType, and the same TransactionDate, for multiple transactions that bear the same values for these fields.
This should be a kind of MainForm-SubForm combination I suppose, and I’m sure I’ve done it in the past but I don’t remember how. I’m also pretty sure that somewhere in this forum there’s an answer for this but I’m too tired to search. Anyone kind enough to give some ideas?
Thanks
Well, I got a tblTransactions, that holds records of everyday transactions on multiple accounts, and bears fields like TransactionID (PK), TransactionDate, AccountID, TransactionType. (There are plenty of others, these are the most significant).
What I want to do, is to have a form for data input to this table, in a way that I don’t have to input AccountID, TransactionType, and TransactionDate, over and over again, as long as we’re talking for the same AccountID, the same TransactionType, and the same TransactionDate, for multiple transactions that bear the same values for these fields.
This should be a kind of MainForm-SubForm combination I suppose, and I’m sure I’ve done it in the past but I don’t remember how. I’m also pretty sure that somewhere in this forum there’s an answer for this but I’m too tired to search. Anyone kind enough to give some ideas?
Thanks