B
Brook
good day all,
Currently I have two different forms setup along with two different
queries based on my tblcheckingaccout
The reason being is that I have :
frmchecking (continuos form) - qrycheckingaccount - contains only those
records that have not be reconciled (ckbox reconciled is false)
frmcheckingfullrpting (continuos form) - qrycheckingaccountfullrpting
(contains all records)
both the forms have the same layout and fields:
ID
Reconciled
Description
Debit
Credit
there is also a frmcheckingAdd/Edit that has account type, reference,
charge catagory and I open it based on the ID from main form to this form.
What I am wanting to do is have one form, that would default and open up
to all records, but have button (checking acct) and only those records that
matched the following criteria (reconciled = false, account type = checking)
are true.
How would I go about doing this?
Any suggestions?
Thanks,
Brook
Currently I have two different forms setup along with two different
queries based on my tblcheckingaccout
The reason being is that I have :
frmchecking (continuos form) - qrycheckingaccount - contains only those
records that have not be reconciled (ckbox reconciled is false)
frmcheckingfullrpting (continuos form) - qrycheckingaccountfullrpting
(contains all records)
both the forms have the same layout and fields:
ID
Reconciled
Description
Debit
Credit
there is also a frmcheckingAdd/Edit that has account type, reference,
charge catagory and I open it based on the ID from main form to this form.
What I am wanting to do is have one form, that would default and open up
to all records, but have button (checking acct) and only those records that
matched the following criteria (reconciled = false, account type = checking)
are true.
How would I go about doing this?
Any suggestions?
Thanks,
Brook