K
kmhnhsuk
Hi,
I have a problem with a form and an append query.
I am designing an Accounts package, I have a bank reconciliation form, that
basically appends records from tblCashbook where the [Bank Rec] Yes/No field
= 0 i.e. Not ticked to tblBankRec (form based on this table) This works as it
should.
However, when I attempt to tick all items on the form as reconciled i.e.
[Bank Rec]field has a value of 1, and subsequently run an Append query to
append all records from tblBankRec to tblCashBook it works okay until I
included this append query in a macro or attach it to a button in the form.
Then the data appended seems to lose the value in the Yes/No field.
I have no clue as to why this happens as it works just fine if you run the
query manually and check the results.
I have a problem with a form and an append query.
I am designing an Accounts package, I have a bank reconciliation form, that
basically appends records from tblCashbook where the [Bank Rec] Yes/No field
= 0 i.e. Not ticked to tblBankRec (form based on this table) This works as it
should.
However, when I attempt to tick all items on the form as reconciled i.e.
[Bank Rec]field has a value of 1, and subsequently run an Append query to
append all records from tblBankRec to tblCashBook it works okay until I
included this append query in a macro or attach it to a button in the form.
Then the data appended seems to lose the value in the Yes/No field.
I have no clue as to why this happens as it works just fine if you run the
query manually and check the results.