G
Guest
I open a form with the following code
DoCmd.OpenForm "frmForm", , , , acFormAd
because I would like to add a new client and don't need to see other records
But once the record is committed, I would still like to add additional information. The form goes to a new record and I can't access the record I just added. Is acFormAdd not appropriate here
Thanks so much!
SMK
DoCmd.OpenForm "frmForm", , , , acFormAd
because I would like to add a new client and don't need to see other records
But once the record is committed, I would still like to add additional information. The form goes to a new record and I can't access the record I just added. Is acFormAdd not appropriate here
Thanks so much!
SMK