Thanks again for your time and effort on this.
At first I had quite a few questions but I dug through the manual and found many of the answers. But I still have a few. Mainly in the [Save,Q] section where you look for the admin email, send an email, and notify.
First question is since you set global variables of @firstname, @lastname, etc. in the onload section why couldn't you just use these global variables in the email instead of redeclaring local variables (var1, var2, etc.)??
I have always understood a Format tag as a way to format something. In this section you use a format tag to look up the admin id and email. Why use a format tag when you are not formating anything?? Is the answer here simply because that's where the R2I guys decided to put the SQLFIND function??
I understood the Assignment <action> as a way to set the value of a local variable. You use it in several places to send a message to the user??
Last would be your [amessage,action] comment in the header of the grid view. I don't understand this one.
Thanks again for your help.
Greg