Mar 10, 2005 #1 Vcscwi Programmer Jan 15, 2004 57 US How do I get a continuous sub form to default the cursor to the last record in the list when it is opened? Thanks!
How do I get a continuous sub form to default the cursor to the last record in the list when it is opened? Thanks!
Mar 10, 2005 #2 VBslammer Programmer Aug 12, 2002 1,367 US [tt] Private Sub Form_Load() DoCmd.GoToRecord Record:=acNewRec End Sub[/tt] VBSlammer "You just have to know which screws to turn." - Professor Bob Upvote 0 Downvote
[tt] Private Sub Form_Load() DoCmd.GoToRecord Record:=acNewRec End Sub[/tt] VBSlammer "You just have to know which screws to turn." - Professor Bob