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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

delete row from the query

Status
Not open for further replies.

Silvano

Programmer
Jul 16, 2001
386
US
QuerySetCell() is used to set the cell in a column to a specified value.
Is there a function I can use to delete the row from the specified query?

Sylvano
dsylvano@hotmail.com
 
I'm not aware of any function to remove rows. If you really needed to delete rows on the CF side, you could always create a new query and add only the rows you wanted to keep with queryAddRow(). Not a great solution but it should work.

GJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top