I would like to have a grid which stored all the necessary ID such as Staff ID, Certificate ID and etc but I need to display the Staff Name instead of Staff ID which is stored in another master table (Staff Master). same case as Certificate ID that I need to display certificate name instead of cert id.
How can I refer to other table's field in the current table ? Is there any lookup field ?