R
Robbie G
I have a table with 3 fields, txtAccount, dtDate and dblBalance. This has
account balances for a month. I have the opening balance for all accounts on
the 1st of the month but after then there are some balances missing.
I want to complete these blank records by checking if the field is blank
(null or "") and if it is then used the balance for the same account but from
the previous day. How do i do this?
thanks,
Rob
account balances for a month. I have the opening balance for all accounts on
the 1st of the month but after then there are some balances missing.
I want to complete these blank records by checking if the field is blank
(null or "") and if it is then used the balance for the same account but from
the previous day. How do i do this?
thanks,
Rob