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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SubForm Issues

Status
Not open for further replies.

Jengo

Programmer
Apr 17, 2000
100
US
I have 4 sub forms in my main form,(the sub forms are in database format) and everytime I open the main form it loads the 1st file in the subform.  I want it to go to a new record, I put the new record code in the form open, but it still doesn't work.  How can I make it stop loading a record?
 
when you put in the go to new record code in the open property of the main form, did you specify for it to go to a new record in the subform?<br>i.e.<br><br>Goto.NewRecord &quot;subForm1&quot;<br> <p>Brian Famous<br><a href=mailto:bfamous@ncdoi.net>bfamous@ncdoi.net</a><br><a href= > </a><br>
 
Go to the Design view of the subform and set the Data Entry property to Yes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top