I have a form thats based off a query with two linked tables. when the form opens i have it go to a new record.
after they enter the info in the form I then want it to go to a new record. I created a button with the simple
docmd.GotToRecord, , acNext
i also tryed acNew and both will not work. since Im already at the end of the record set it will not allow me to goto a new record..Is there away around this???
Thanks
after they enter the info in the form I then want it to go to a new record. I created a button with the simple
docmd.GotToRecord, , acNext
i also tryed acNew and both will not work. since Im already at the end of the record set it will not allow me to goto a new record..Is there away around this???
Thanks