|
Hi All,
We are developing conference room appln.
We have few text fields, two date pickers and a combo to select attendees.
We are saving the basic data such as room name , description in Table A .
The difference between two dates i.e for example: if we get 3.. then we are inserting records in to table B. (references A)
and the last one..for each attendee on record is stored in Table C( references A)
Save is working fine...
when user clicks on modify I should be able todisplay the existing information but i am confused of how to modify these 3 tables according to the user selection..
1. He may add/remove attendees from the list.in that case..insertions/ updations/deletions occour.
2. The same as with date selection..
Kindly help me..
Regards,
Kranthi Kiran
|