Hi,
I have a problem when i run this form and it completes ok but it tells me that 2 lines will be appended to my table!! both lines are identical the data is correct but don't know why i get two? my code for Access 97 follows:
DoCmd.RunSQL "INSERT INTO[OverRide Table]([ProductID],[EmployeeNumber],[Date])Select[Forms]![OverRide Table].[ProductID],[Forms]![OverRide Table].[EmployeeNumber],[Forms]![OverRide Table].[Date & Time]FROM[AuthorizedUsertoOverRide]"
I hope someone can help me. I'm still just learning this!!!!
Paul
I have a problem when i run this form and it completes ok but it tells me that 2 lines will be appended to my table!! both lines are identical the data is correct but don't know why i get two? my code for Access 97 follows:
DoCmd.RunSQL "INSERT INTO[OverRide Table]([ProductID],[EmployeeNumber],[Date])Select[Forms]![OverRide Table].[ProductID],[Forms]![OverRide Table].[EmployeeNumber],[Forms]![OverRide Table].[Date & Time]FROM[AuthorizedUsertoOverRide]"
I hope someone can help me. I'm still just learning this!!!!
Paul