hello
i have two table master/detail
TABLE_A (master)
--------
id
name
family
TABLE_B (detail)
--------
id
id_A
note
now,i want to show "add new"button ( TABLE_B ) when TABLE_B not record
but if that is record exist ,then hidden "add new" button or disable button.