F
Frank Martin
I have Access2003.
I need a criteria expression to select certain data from a
query QryLedgerTxns.
When the ledger is reconciled with the bank statement, that
statement date is manually entered into a QryLedgerTxns
field called "DateStatement".
The "DateStatement" field matches a ledger transaction field
called "Withdrawal"
My aim is to add up all the sums in the "Withdrawal" field
*not* reconciled with the bank statement.
The "Withdrawal" field is currency.
The "DateStatement" field is Date/time.
Therefore the criteria for the query should be like:
Exprn = if "DateStatement" = null.
This does not work. Can someone help me with the correct
expression?
Frank
I need a criteria expression to select certain data from a
query QryLedgerTxns.
When the ledger is reconciled with the bank statement, that
statement date is manually entered into a QryLedgerTxns
field called "DateStatement".
The "DateStatement" field matches a ledger transaction field
called "Withdrawal"
My aim is to add up all the sums in the "Withdrawal" field
*not* reconciled with the bank statement.
The "Withdrawal" field is currency.
The "DateStatement" field is Date/time.
Therefore the criteria for the query should be like:
Exprn = if "DateStatement" = null.
This does not work. Can someone help me with the correct
expression?
Frank