J
Jeremy Dove
I am working on a dbse and i have the following problem.
I have the following tables
contract
service
housetype
on contract i have contract_number which is the primary
key.
On contract i can select housetype.
on housetype i have multiple model# for different
options.
on service i have contract_number as well as the serial #
for the model# in housetype.
What i am trying to do is this
I have a 1 to many relationship between contract and
service.
i have a form for service in which i have the serial# to
be inputted however i want the model# displayed based on
the housetype selected on contract.
I can get this to work but i can't edit. the only thing i
can figure out is because there is an inner join to make
this work.
Can anyone tell me how to get this to work. Thanks
I have the following tables
contract
service
housetype
on contract i have contract_number which is the primary
key.
On contract i can select housetype.
on housetype i have multiple model# for different
options.
on service i have contract_number as well as the serial #
for the model# in housetype.
What i am trying to do is this
I have a 1 to many relationship between contract and
service.
i have a form for service in which i have the serial# to
be inputted however i want the model# displayed based on
the housetype selected on contract.
I can get this to work but i can't edit. the only thing i
can figure out is because there is an inner join to make
this work.
Can anyone tell me how to get this to work. Thanks