MackMan
Registered User.
- Local time
- Today, 09:31
- Joined
- Nov 25, 2014
- Messages
- 174
Hello.
I have two simple tables tracking Transactions...(attached)
One is used for tracking single transactions, and the other is used for tracking multiple Transactions...
TblTopLines (used for single transactions)
TblPostMultiples (used for multiple transactions for a continuous form)
I have a question that relates to the relationship of both above tables in regards to the following :
95% of all transactions are based on a single line only, so would rather keep things tidy and use only the one form.
Of the other 5% of transactions, I'd like another from to popup based on TransactionType (in this case "Split / Multiple Transactions").
My Question is this...
I'd like the topLineID AND TransDate carried over to the popup form...on each line, but ...
I can get the form to open when "Split / Multiple Transactions" is selected and I can assign the TopLineID to only the top line of the continuous form, and all the entries below won't populate.
What have I done wrong?
I have two simple tables tracking Transactions...(attached)
One is used for tracking single transactions, and the other is used for tracking multiple Transactions...
TblTopLines (used for single transactions)
TblPostMultiples (used for multiple transactions for a continuous form)
I have a question that relates to the relationship of both above tables in regards to the following :
95% of all transactions are based on a single line only, so would rather keep things tidy and use only the one form.
Of the other 5% of transactions, I'd like another from to popup based on TransactionType (in this case "Split / Multiple Transactions").
My Question is this...
I'd like the topLineID AND TransDate carried over to the popup form...on each line, but ...
I can get the form to open when "Split / Multiple Transactions" is selected and I can assign the TopLineID to only the top line of the continuous form, and all the entries below won't populate.
What have I done wrong?