Hi guys,
Amongst others I have two forms that are more or less identical, i.c. they have identical forms properties and use the same tables, but not the same fields. Both forms are used to calculate a different set of values, to be stored in fields in new a added record. In the first form I use:
me.recordsource="table1"
docmd.gotorecord,,acnewrec
This of course works well. In the other form I use identical code, but instead of adding a new record, access skips to the first record in the table and overwrites the values in the fields.
I can't find any isgnificant differences in the handling of the data in both forms.
Any suggestions?
Thanks
Ad
Amongst others I have two forms that are more or less identical, i.c. they have identical forms properties and use the same tables, but not the same fields. Both forms are used to calculate a different set of values, to be stored in fields in new a added record. In the first form I use:
me.recordsource="table1"
docmd.gotorecord,,acnewrec
This of course works well. In the other form I use identical code, but instead of adding a new record, access skips to the first record in the table and overwrites the values in the fields.
I can't find any isgnificant differences in the handling of the data in both forms.
Any suggestions?
Thanks
Ad