Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form wont show default values specified

Status
Not open for further replies.

KaayJaay

IS-IT--Management
Jul 6, 2004
64
US
I have this form that is used to find records, never change records, only find. When it opens instead of opening with the default values specified, it opens with existing values. Now when i go to design view, and then back to form view, it shows the default values like its supposed too. I am clueless of to why it wont come up with the default values.

Thanks
Kevin Jenkins
 
Just a thought:


Check the form properties, is dataentry = yes?


Cheers,
 
Yes. The wierdest part about it is that when it opens in form view the first time, it shows existing values, if i go to design view, then go back to form view, the default values are shown.


KaayJaay
 
How about this:


On forms OnCurrent event:

DoCmd.GoToRecord , , acNewRec
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top