I have a subform that when the user deletes a record from it he would like it to return to a similar location.
Code I have used is
lcate = me.currentrecord
delete query
close form
reopen form
forms!parentform!subform!txtbox.gotorecord lcate
this is not the actual code but gives the idea as to what i want to do. What would work? Thanks
Code I have used is
lcate = me.currentrecord
delete query
close form
reopen form
forms!parentform!subform!txtbox.gotorecord lcate
this is not the actual code but gives the idea as to what i want to do. What would work? Thanks