To the Lantica/Sesame Team, I and the others that are not so sharp in programing thankyou for implementing this request for an idiot button

It will surely make life easier for me.
Thankyou, Thankyou, Thankyou

and yes Bob that really is Customer Support, to Xkaes I hope you have been reading this thread, if you jump ship now look at all the great support, comradely not to mention a great Data Base Program you will be missing, but if you do I've got a copy of Access lying around in a draw somewhere that I will sell ya cheap.
Enough said

Erika
Ok heres the lay out, the only programming is in the Open/Close button, thanks to Bob. The Date field has a standard @date program; everything else is stripped clean except for the navigation statements.
When the form was created the order of entry went Date, Invoice #, Name, Ship To.
But I wanted it to go Date, Invoice #, Name, Address, City, State, Zip, Zip4, Ship To, Terms and so on.
In programming on element exit I placed the Goto next element, starting with Name thru to Zip4, but when leaving Zip4 it goes to Terms instead of Ship To. Now if I place the Goto Ship To in the Zip element the order of execution works.
I have also set the program execution order to match what I want but that doesn't work either, I know I have to be missing something simple
Also note some of the elements names have changed from previous post, I was thinking that the names might have been the issue.