P
Peggy
I made a query that included these fields, which all came
from one table. The query ran fine.
CustomerID ChargeID CurrentDue PastDue Balance.
Then I made virtually the same query which came from
another table. The fields were:
CustomerID PayID PayDate PayAmount Balance
When I run this query it always returns '0' for CustomerID
when I view it in datasheet view.
I have customers entered on the forms. Each of these
queries is used for subforms on a form. What ever this
problem is I assume it is also the reason why entries in
the Payment subform don't 'stay' after I enter them. When
I return to this form the subform is empty.
from one table. The query ran fine.
CustomerID ChargeID CurrentDue PastDue Balance.
Then I made virtually the same query which came from
another table. The fields were:
CustomerID PayID PayDate PayAmount Balance
When I run this query it always returns '0' for CustomerID
when I view it in datasheet view.
I have customers entered on the forms. Each of these
queries is used for subforms on a form. What ever this
problem is I assume it is also the reason why entries in
the Payment subform don't 'stay' after I enter them. When
I return to this form the subform is empty.