Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / March 2005

Tip: Looking for answers? Try searching our database.

Getting a form to open at new record

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Seamus - 29 Mar 2005 18:57 GMT
I have a form opening at startup. I would like to have
this form immediately go to the new record position. I
know that the shortcut to do this is <Ctrl> + +, but is
there a way to make it happen automatically?

Thanks,
Seamus
Brian - 29 Mar 2005 19:06 GMT
> I have a form opening at startup. I would like to have
> this form immediately go to the new record position. I
[quoted text clipped - 3 lines]
> Thanks,
> Seamus

Set the form's Data Entry property to Yes
Ken Snell [MVP] - 29 Mar 2005 19:07 GMT
If all you want is a new record, set the form's DataEntry property to Yes.

Signature

       Ken Snell
<MS ACCESS MVP>

>I have a form opening at startup. I would like to have
> this form immediately go to the new record position. I
[quoted text clipped - 3 lines]
> Thanks,
> Seamus
PC Datasheet - 29 Mar 2005 19:12 GMT
Setting the DataEntry property to Yes won't allow you to navigate back to
previously existing records. If you want to be able to do that, put the
following code in the form's Open event:
DoCmd.GoToRecord,,acNewRec

--
                                       PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
                             resource@pcdatasheet.com
                                www.pcdatasheet.com

> I have a form opening at startup. I would like to have
> this form immediately go to the new record position. I
[quoted text clipped - 3 lines]
> Thanks,
> Seamus
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.