Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Access only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
Access
Microsoft Access Form : Setting New Record
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
ESAKKI109
New Member
Join Date:
Jul 2014
Posts:
13
#1
Microsoft Access Form : Setting New Record
Jul 23 '14, 09:20 AM
In Microsoft access 2013 how can I set new record as a default without VBA coding and macro when form opens?
twinnyfo
Recognized Expert
Moderator
Specialist
Join Date:
Nov 2011
Posts:
3662
#2
Jul 23 '14, 10:48 AM
On the Form settings, set the form's Data Entry property to Yes. However, this will "hide" any other records.
Other than that, you can't do it without VBA or a macro (as far as I know).
Comment
Post
Cancel
NeoPa
Recognized Expert
Moderator
MVP
Join Date:
Oct 2006
Posts:
32662
#3
Jul 24 '14, 12:49 AM
An alternative is to specify you want data entry only in the code that opens the form - assuming you have any.
Comment
Post
Cancel
ESAKKI109
New Member
Join Date:
Jul 2014
Posts:
13
#4
Jul 24 '14, 12:58 AM
I have created parent Form with subform without any coding . So let me know how to write coding to open a form with new record option as default.
Comment
Post
Cancel
NeoPa
Recognized Expert
Moderator
MVP
Join Date:
Oct 2006
Posts:
32662
#5
Jul 25 '14, 02:27 AM
Not for a subform, as they aren't opened as such. Certainly not with code. They become open when the main form is opened, but the code would only open the main form.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment