Is there a length of code that can be used to create a button that opens the previous form. I have a hierachy from the switchboard which opens up An AddForm and a EditForm. However in each of these its the same form being opened up but in different modes, acEdit and acView. So i cant just say docmd.openform "AddForm" or "EditForm" i need the previous form.
Possible?
Possible?