V
vandy
Hi
I have 2 different tables which handles internal and external contact
information.
I have a form based on a query combining the 2 tables.
The feilds of 2 tables differs with the ID values eg. Internal table has the
ID field which is an autonumber and External contact table has an ID which is
of datatype Number type Replication Id system generated.
What I need to do is be able to selectively update the 2 tables using a
single form.
All internal contacts can by edited and new contacts can be added but all
external contacts can only be edited.
Ideally when the form reads or looks up data from the internal contact it
should display the edit and new button and when it looks up data from the
external contact table than only the edit button should show and the new
button disappear.
The internal table has an ID but the external table has a system generated
GUID.
can this be done. should i create a query combining both tables and set a
flag value. how to do this.
any help will be highly appreciated.
I have 2 different tables which handles internal and external contact
information.
I have a form based on a query combining the 2 tables.
The feilds of 2 tables differs with the ID values eg. Internal table has the
ID field which is an autonumber and External contact table has an ID which is
of datatype Number type Replication Id system generated.
What I need to do is be able to selectively update the 2 tables using a
single form.
All internal contacts can by edited and new contacts can be added but all
external contacts can only be edited.
Ideally when the form reads or looks up data from the internal contact it
should display the edit and new button and when it looks up data from the
external contact table than only the edit button should show and the new
button disappear.
The internal table has an ID but the external table has a system generated
GUID.
can this be done. should i create a query combining both tables and set a
flag value. how to do this.
any help will be highly appreciated.