S
Skunk
I have an [Invoice] form with [Service] combo box. Depending on the service
selected one of six [Details] forms display for user input.
I would like the [Service] OnChange event to wipe out the [Details] of the
existing service. Each service's details are in a separate table, as is the
invoice. The tables have enforced referential integrity. I want to ensure I
delete only the displayed invoice's details records -- so the user starts all
over at the details form.
Invoice 123, service A has been previously stored in tables.
Now comes change, and user selects service B for Invoice 123.
At the OnChange event I would like to delete the Service A record for only
invoice 123.
I am confused how to do this and the best approach. Macro? VBA code?
What's the best method? This should all be transparent to the user.
Will some kind soul please advise me? I am learning (casually) and need
help.
Thanks.
selected one of six [Details] forms display for user input.
I would like the [Service] OnChange event to wipe out the [Details] of the
existing service. Each service's details are in a separate table, as is the
invoice. The tables have enforced referential integrity. I want to ensure I
delete only the displayed invoice's details records -- so the user starts all
over at the details form.
Invoice 123, service A has been previously stored in tables.
Now comes change, and user selects service B for Invoice 123.
At the OnChange event I would like to delete the Service A record for only
invoice 123.
I am confused how to do this and the best approach. Macro? VBA code?
What's the best method? This should all be transparent to the user.
Will some kind soul please advise me? I am learning (casually) and need
help.
Thanks.