SiddharthAsapu
7 years agoQrew Member
Auto populate a field in quickbase by querying a table
I am very new to QB and helping out my team to modify an existing QB application. One of the requirement is to auto-populate the contract amendment field on contract table so that it displays the latest amendment number(fetch the last amendment number from the contract table for the current contract id and add 1 to it).For example if the current contract number is Contract#1 and the last contract amendment number is 7 then 8 should be auto-populated when I select the above contract number while creating a new record in the contract table. Is there a way to query the tables in QB? Please let me know how this can be done.