richard luft
Registered User.
- Local time
- Today, 00:00
- Joined
- Jun 4, 2004
- Messages
- 63
I'm attempting to upgrade my Ac2 program to Ac2000, and I'm having a confusing problem with an 'orderentry' form/subform, which worked perfectly in Acees2, yet does not function in access2000, which I hope someone can help solve.
In Ac2, the subform worked purely as a data entry form, which it still does it still does in Ac2k ONLY IF there are no previous entries in the " services" table (recordsource for subform) for that customer.
However, if there ARE previous entries in "services" for the given customer, my subform ends up displayingl a list of the previous entries for that customer.
This display occurs after an event of "Applyfilter, {Customer ID] = Me![Customer ID]" which occurs on exit of one of the fields in the form header, and prevents the proper functioning of the form.
I note that the coding of the form/subform is identical in both versions of access, other than DAO modifications to allow compatibility. Also, the subform is set for 'default editing' = Data Entry, and id present on the form in datasheet view. Also, the form/subform is linked on [Customer ID].
Any suggestions as to how to correct this problem?
TIA, Richard
In Ac2, the subform worked purely as a data entry form, which it still does it still does in Ac2k ONLY IF there are no previous entries in the " services" table (recordsource for subform) for that customer.
However, if there ARE previous entries in "services" for the given customer, my subform ends up displayingl a list of the previous entries for that customer.
This display occurs after an event of "Applyfilter, {Customer ID] = Me![Customer ID]" which occurs on exit of one of the fields in the form header, and prevents the proper functioning of the form.
I note that the coding of the form/subform is identical in both versions of access, other than DAO modifications to allow compatibility. Also, the subform is set for 'default editing' = Data Entry, and id present on the form in datasheet view. Also, the form/subform is linked on [Customer ID].
Any suggestions as to how to correct this problem?
TIA, Richard