J
John
I am trying to design a form for payments in and out from varoius accounts,
using the four tables listed below. I had planned to set up tabs on a form
to have a different tab for different transactions. For example have one
page to filter all lodgements and inputs and the other to filter only
payments out, (using the transaction type as criteria. However I cannot see
any way to filter the tabbed pages individually. Is it possible to filter
tabbed pages individually.
John
tblPayments
pkPaymentID
PaymentNumber
PaymentDate
PaymentAmount
fkCustomerID
fkBankDetailID
fkTransactionTypeID
tblBankDetails
pkBankDetailID
TransNumber
TransDate
TransAmount
fkTransactionTypeID
tlkupTransactionType
pkTransctionTypeID
TransDescription
tblCustomers
pkCustomerID
name, address etc.
using the four tables listed below. I had planned to set up tabs on a form
to have a different tab for different transactions. For example have one
page to filter all lodgements and inputs and the other to filter only
payments out, (using the transaction type as criteria. However I cannot see
any way to filter the tabbed pages individually. Is it possible to filter
tabbed pages individually.
John
tblPayments
pkPaymentID
PaymentNumber
PaymentDate
PaymentAmount
fkCustomerID
fkBankDetailID
fkTransactionTypeID
tblBankDetails
pkBankDetailID
TransNumber
TransDate
TransAmount
fkTransactionTypeID
tlkupTransactionType
pkTransctionTypeID
TransDescription
tblCustomers
pkCustomerID
name, address etc.