Hi all
i have 2 tables:
--------------------------------------------------------------------------
Company
id companyname note (which is a varchar in a editor field)
-------------------------------------------------------------------------
Appointments
id idcompany date
--------------------------------------------------------------------------
company are in relation with appointemnts 1_n: a company can have multiple appointments
Ok, now would like to view / edit / update / insert the 'note' field from any appointment i create, and edit and this field must be always the same: the Company table field 'note'
is it this possible?
Thanks so much for your answer
p.s. whan i insert a NEW appointment i must see old notes inserted before and i can edit them