Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Parameter

Status
Not open for further replies.

JWS6

IS-IT--Management
Aug 22, 2001
2
ZA
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?
 
The form is open. Me.Visible=False. Problem occurs if Me.Visible=True as well.
Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top