M
Mary Pode
Hi
I am trying to build a "front end" to an application and am having some
difficulty. Here's my problem:
I would basically like to be able to do via a form what an update query does:
I work in insurance and I have a table that has all the information about
the insured accounts in it and each account has it's own unique identifier.
I have a second table with all the policy information in it. A third table
has all the information about the locations insured for each account, and
each location also has a unique identifier.
I would like to have a form that displays all the basic information about
the insured account with some additional boxes that I can fill out to update
information in the underlying location table.
eg, say I have an account that has locations all over the US. I would like
to be able to find that account and then fill out additional boxes that would
update the deductible values at all CA locations to 5%. So in an update
query the criteria would be CA and the update to field would be 0.05.
I have tried so many things and just can't get this seemingly basic idea to
work as part of a form.
Any help would be greatly appreciated.
I am trying to build a "front end" to an application and am having some
difficulty. Here's my problem:
I would basically like to be able to do via a form what an update query does:
I work in insurance and I have a table that has all the information about
the insured accounts in it and each account has it's own unique identifier.
I have a second table with all the policy information in it. A third table
has all the information about the locations insured for each account, and
each location also has a unique identifier.
I would like to have a form that displays all the basic information about
the insured account with some additional boxes that I can fill out to update
information in the underlying location table.
eg, say I have an account that has locations all over the US. I would like
to be able to find that account and then fill out additional boxes that would
update the deductible values at all CA locations to 5%. So in an update
query the criteria would be CA and the update to field would be 0.05.
I have tried so many things and just can't get this seemingly basic idea to
work as part of a form.
Any help would be greatly appreciated.