G
Guest
How do I send the focus to a new record in a subform (below is the address of
the sub form). I use this
Me.[CallCommentsT].Form![CallCommentsNotes] = "Contacted Not Intersted"
Me.[CallCommentsT].Form![CallContacted] = True
to send values to a subform but if I don't remember to click on a new record
it will overwrite my comments from previous.
the sub form). I use this
Me.[CallCommentsT].Form![CallCommentsNotes] = "Contacted Not Intersted"
Me.[CallCommentsT].Form![CallContacted] = True
to send values to a subform but if I don't remember to click on a new record
it will overwrite my comments from previous.