I am adding a row to a table and getting to notifikations
1.
"You are about to append 1 row(2)"
2.
"Microsoft Access can't append all the record in the append query"
Here is the command that should add a record to the table
DoCmd.RunSQL "Insert into Historik values(3,1,'correct',1,'HWH',Now())"
1.
"You are about to append 1 row(2)"
2.
"Microsoft Access can't append all the record in the append query"
Here is the command that should add a record to the table
DoCmd.RunSQL "Insert into Historik values(3,1,'correct',1,'HWH',Now())"