Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
To edit a record th format is this
urlroot() & "db/" & dbid() & "?a=er&dfid=xx&rid=" & Totext([Record ID#])
where xx is the form ID#
urlroot() & "db/" & dbid() & "?a=er&dfid=xx&rid=" & Totext([Record ID#])
where xx is the form ID#