KellyBianchi
8 years agoQrew Assistant Captain
I have 2 formulas that I would like to combine, and I'm not sure how
I have the formula to open a pop-up window for a new form:
<a href="bmfkgdp52?a=dbpage&pageID=33&ifv=1" onclick="window.open('bm797iezy?a=NWR&dfid=14&ifv=20','mywindow','width=350,height=800,left=200,top=200,ifv=20,scrollbars=0,resizable=1')">Click To Launch Form</a>
Then I have the formula to open and edit a 'notes' field on an existing record:
URLRoot() & "db/" & Dbid() & "?a=er&dfid=10&rid="
& ToText([Record ID#])
I would like the notes field to open in the smaller pop-up window. How would I construct that formula?
<a href="bmfkgdp52?a=dbpage&pageID=33&ifv=1" onclick="window.open('bm797iezy?a=NWR&dfid=14&ifv=20','mywindow','width=350,height=800,left=200,top=200,ifv=20,scrollbars=0,resizable=1')">Click To Launch Form</a>
Then I have the formula to open and edit a 'notes' field on an existing record:
URLRoot() & "db/" & Dbid() & "?a=er&dfid=10&rid="
& ToText([Record ID#])
I would like the notes field to open in the smaller pop-up window. How would I construct that formula?