Forum Discussion

KellyBianchi's avatar
KellyBianchi
Qrew Assistant Captain
8 years ago

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&amp;pageID=33&amp;ifv=1" onclick="window.open('bm797iezy?a=NWR&amp;dfid=14&amp;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?
  • MCFNeil's avatar
    MCFNeil
    Qrew Captain
    A pop-up, within a pop-up? Is that what you are asking for?