Forum Discussion
ShaniceCaesar
8 years agoQrew Trainee
Wow, thank you so much for your speedy response!
The save and keep working button works.
Is there a way, however, to have a button exactly like this in the middle of my form for users to click right after they select a client? I am trying to make it as intuitive as possible without having to explain to my users that they need to hit the save and continue button in the top right corner to see more info populate before they complete the form.
Thanks!!
The save and keep working button works.
Is there a way, however, to have a button exactly like this in the middle of my form for users to click right after they select a client? I am trying to make it as intuitive as possible without having to explain to my users that they need to hit the save and continue button in the top right corner to see more info populate before they complete the form.
Thanks!!
ShaniceCaesar
8 years agoQrew Trainee
Also,
I found this formula
URLRoot() & "db/" & Dbid() & "?a=er&dfid=2&rid=" & ToText([Record ID#])
& "&nexturl=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=er&dfid=2&rid=" & ToText([Record ID#]))
but it redirects me to a new blank edit form, not the one that I was working on
I found this formula
URLRoot() & "db/" & Dbid() & "?a=er&dfid=2&rid=" & ToText([Record ID#])
& "&nexturl=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=er&dfid=2&rid=" & ToText([Record ID#]))
but it redirects me to a new blank edit form, not the one that I was working on