my table structure
enquiry
id (pk)
name
mobile number
address
followup
enquiryid (fk)
planned date
attended by
followup on
what I want is to allow user to enter enquiry and add follow up for that enquiry.user can add many follow up for that enquiry afterwords also. how to implement this.