D
david epsom dot com dot au
DoCmd.RunCommand acCmdSelectRecord
DoCmd.RunCommand acCmdDeleteRecord
DoCmd.ApplyFilter , "idxID= 114"
I start with 16 records: after the 2nd line I have 15 records: after the
third line I have 16 records. Record 114 already exists. idxID is the
primary key Identity (autonumber) field.
The new record is not current. There are no required fields without default
values, so I am not getting an error.
Has anyone seen anything like this?
(david)
DoCmd.RunCommand acCmdDeleteRecord
DoCmd.ApplyFilter , "idxID= 114"
I start with 16 records: after the 2nd line I have 15 records: after the
third line I have 16 records. Record 114 already exists. idxID is the
primary key Identity (autonumber) field.
The new record is not current. There are no required fields without default
values, so I am not getting an error.
Has anyone seen anything like this?
(david)