Dick7Access Dick S Local time Today, 18:51 Joined Jun 9, 2009 Messages 4,306 Mar 11, 2014 #1 My wife wants me to code a cmdButton so the the Recipe db returns to the last one she was working on. Where do I start?
My wife wants me to code a cmdButton so the the Recipe db returns to the last one she was working on. Where do I start?
I IanO Registered User. Local time Tomorrow, 00:51 Joined Jan 2, 2014 Messages 25 Mar 11, 2014 #2 Dick7Access said: My wife wants me to code a cmdButton so the the Recipe db returns to the last one she was working on. Where do I start? Click to expand... Try adding a date stamp Now() in the record as you leave the form. Then set the button to sort the records in descending order of date stamp.
Dick7Access said: My wife wants me to code a cmdButton so the the Recipe db returns to the last one she was working on. Where do I start? Click to expand... Try adding a date stamp Now() in the record as you leave the form. Then set the button to sort the records in descending order of date stamp.