SubForm Question

B

Bob V

John, you are going to get sick of me But, I have added a new Control [
DoCmd.GoToRecord , , acNewRec] and works fine as long as the record is
requeried it will produce a blank record, Could there be something I could
have in front of NewRec to requery it so as I don't get the error [You cant
go to that Specified record] Thanks for your patience.....Regards Bob
 
J

John W. Vinson

Could there be something I could
have in front of NewRec to requery it so as I don't get the error [You cant
go to that Specified record] Thanks for your patience..

I *think* you can just requery both subforms in the upper subform's
AfterUpdate event.

John W. Vinson [MVP]
 
Top