one table save attachments , one table save business data , on the page screen , data and attachments are been create same time ,how can I relate togher?
Hi Jack,
You can make foreignkey to relates the table, create FK(business data PK) in attachment table, like one business data have many attachments.
First save business data, and with that PK(business data) create as many attachments.
Anyother case explain the business case, it would help to give you clear answer.
Hope this helps
Thanks,
Balu
Hi Balu ,
Thank you , one bussiness data with many attachments.