When I use the following SQL to delete a record I get an Enter Parameter Value Box wanting the value for AC. The box also dispays the correct value for AC above the open field. It will only run the SQL if I manually copy the displayed AC value into the blank field. This SQL works great in other modules.
DoCmd.RunSQL ("Delete * from Clients where [AC]=" & [Forms]![RemAC]![AC] & ";"
Any ideas?
DoCmd.RunSQL ("Delete * from Clients where [AC]=" & [Forms]![RemAC]![AC] & ";"
Any ideas?