I cannot figure out how to do this one.
I have a main form with a subform linked by cableid. I put a command button on my main form DoCmd.GoToRecord, , acNewRecord which works fine to clear the fields in my main form.
I don't want to just add a new record to my subform, I want to completely clear out all of the records in it.
Everything I have tried just points me to a new record in the subform, leaving the previous data.
Any ideas? Thank you!
Toni
I have a main form with a subform linked by cableid. I put a command button on my main form DoCmd.GoToRecord, , acNewRecord which works fine to clear the fields in my main form.
I don't want to just add a new record to my subform, I want to completely clear out all of the records in it.
Everything I have tried just points me to a new record in the subform, leaving the previous data.
Any ideas? Thank you!
Toni