J
Jonathan Blitz
I have the following data:
Cust:
CustomerID
CustomerName
...
....
ErrorCodes:
ErrorId
Description
ErrorsPerCustomer:
CustomerId
ErrorId
Each customer may have any number of errors from 0 up to the number of
errors in the ErroCodes table (the same error can not appear more than once
for the same customer).
My problem is how do I design a form for this?
I select the data using an outer join.
What I need is at least one line per customer even if they have no errors.
In addition, it must be possible to add or delete error entries per
customer.
I know I could do it using a subform but since most customers will not have
anyu error entries it would be a bit wasteful.
--
Jonathan Blitz
AnyKey Limited
Israel
"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
Cust:
CustomerID
CustomerName
...
....
ErrorCodes:
ErrorId
Description
ErrorsPerCustomer:
CustomerId
ErrorId
Each customer may have any number of errors from 0 up to the number of
errors in the ErroCodes table (the same error can not appear more than once
for the same customer).
My problem is how do I design a form for this?
I select the data using an outer join.
What I need is at least one line per customer even if they have no errors.
In addition, it must be possible to add or delete error entries per
customer.
I know I could do it using a subform but since most customers will not have
anyu error entries it would be a bit wasteful.
--
Jonathan Blitz
AnyKey Limited
Israel
"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."