Hi,
I was wondering if it is possible to do an INSERT INTO with a WHERE statement in VBA.
Below is a copy of my code, however I only want it to insert on the same ID Line, is this possible?
thanksCode:CurrentDb.Execute "INSERT INTO dbo_Agent_Data(ToDate)" & _ " VALUES('" & Me.txtUpdateToDate.Value & "')"