Hi
I have an insert statement on a form
sSql = "Insert Into ChangeHistory VALUES ('" & Group_Contact.Value & "', '" & ID.Value & "','" & ctrl.Name & "','" & ctrl.OldValue & "','" & Value & "', '" & User & "','" & Now & "')"
CurrentDb.Execute sSql
What should for it to accept value...