J
J. Todd Spradlin
In an Access application I have developed closing one form
opens another in order to add a new record. Some data are
transferred from the first form to the new record on the
second form.
DoCmd.OpenForm "New Admit"
DoCmd.GoToRecord, "New Admit",acNewRec
After I enter the remaining fields and close/save the form
I discover that the new record was not created. And no
error messages are displayed in the process.
I have ensured that the properties of the form allow
addition of new records, and that all required fields
contain data.
Any ideas?
Thanks,
Todd
opens another in order to add a new record. Some data are
transferred from the first form to the new record on the
second form.
DoCmd.OpenForm "New Admit"
DoCmd.GoToRecord, "New Admit",acNewRec
After I enter the remaining fields and close/save the form
I discover that the new record was not created. And no
error messages are displayed in the process.
I have ensured that the properties of the form allow
addition of new records, and that all required fields
contain data.
Any ideas?
Thanks,
Todd