B
bird lover
msaccess 2003:
query PastDue is based on joins of several queries including query
qinvestment.
Query PastDue has calculated field called [qtotal due] which is based on
permanent fields [arrears] and [new bill]. qtotal: [arrears] + [new bill]
Form ClientAccount is based on QueryPastDue.
Question1: On form At properties category open form, what is the syntax so
that if permanent field TotalDue does not equal qtotal, then qtotal equals
TotalDue.
Q2: Is there a way whenever QueryPastDue is used, then the same update
program works
I am not a programmer nor professional in this area. Simplicity if possible
would be appreciated.
query PastDue is based on joins of several queries including query
qinvestment.
Query PastDue has calculated field called [qtotal due] which is based on
permanent fields [arrears] and [new bill]. qtotal: [arrears] + [new bill]
Form ClientAccount is based on QueryPastDue.
Question1: On form At properties category open form, what is the syntax so
that if permanent field TotalDue does not equal qtotal, then qtotal equals
TotalDue.
Q2: Is there a way whenever QueryPastDue is used, then the same update
program works
I am not a programmer nor professional in this area. Simplicity if possible
would be appreciated.