Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
That cannot be done by mere mortals. You would actually need to engage with a Quick Base Solution provider to do that.
But how about just putting a link on the new record.
The formula for such a link would be
URLRoot() & "up/" & [_DBID_my table name where the file] & "/a/r" & [Record ID# of the record with the file] & "/e30/v0"
Change the e30 to exx where xx is the field ID holding the file.
But how about just putting a link on the new record.
The formula for such a link would be
URLRoot() & "up/" & [_DBID_my table name where the file] & "/a/r" & [Record ID# of the record with the file] & "/e30/v0"
Change the e30 to exx where xx is the field ID holding the file.
MichaelBarrow
8 years agoQrew Cadet
Could also handle this a step before that and just embed the current button code within an IF() function that tests whether or not an attachment exists for that button, and if it doesn't, hide the button so it can't be clicked.