I
iwasinnihon
I have a form with 8 fields on it. I also have a button that you can
press to add the information in the fields to the table. The button
has the code
DoCmd.GoToRecord , , acNewRec
The problem is that it is skipping one of the fields. Only 7 of the
fields information is being inserted into the table. How do I fix it
so that it will include all 8 fields?
press to add the information in the fields to the table. The button
has the code
DoCmd.GoToRecord , , acNewRec
The problem is that it is skipping one of the fields. Only 7 of the
fields information is being inserted into the table. How do I fix it
so that it will include all 8 fields?