J
Jim Evans
Access 2003 XP Pro
I have an order entry form that contains a subform. The main form collects
information on the new customer, including the types of services they want
to purchase. The subform is for the entry of the actual, specific services
they ore ordering.
Main form contains a checkbox for "Broadband" and one for "Cable TV". The
subform (a continuous form) should list one specific Broadband service
(Residential, Commercial etc.) if the Main form Broadband checkbox is
checked and a specific service for Cable TV if that checkbox is checked.
The problem is that the person responsible for taking new orders just cannot
understand this. When the db contained just Broadband customers, I made thwe
assumption that all new customers would order Broadband so I had her select
just the specific Broadband service from a combo on the main form and
automatically made the entry into the table that holds the specific services
for each customer. This table is used for billing purposes so it is very
important to get the contents correct.
I have added a msgbox to the Clicked event for each of the 2 checkboxes and
it reminds her to make an entry for the service but she still "forgets" to
make all entries...
I am hoping that you can suggest a more efficient way of approaching this
data entry problem that I can implement. All of your suggestions will be
much appreciated.
Jim
I have an order entry form that contains a subform. The main form collects
information on the new customer, including the types of services they want
to purchase. The subform is for the entry of the actual, specific services
they ore ordering.
Main form contains a checkbox for "Broadband" and one for "Cable TV". The
subform (a continuous form) should list one specific Broadband service
(Residential, Commercial etc.) if the Main form Broadband checkbox is
checked and a specific service for Cable TV if that checkbox is checked.
The problem is that the person responsible for taking new orders just cannot
understand this. When the db contained just Broadband customers, I made thwe
assumption that all new customers would order Broadband so I had her select
just the specific Broadband service from a combo on the main form and
automatically made the entry into the table that holds the specific services
for each customer. This table is used for billing purposes so it is very
important to get the contents correct.
I have added a msgbox to the Clicked event for each of the 2 checkboxes and
it reminds her to make an entry for the service but she still "forgets" to
make all entries...
I am hoping that you can suggest a more efficient way of approaching this
data entry problem that I can implement. All of your suggestions will be
much appreciated.
Jim