H
herb
When using a FILECOPY command to make a copy of the .dbf file, I receive a
RunTime Error '70': permission denied. This is a linked table.
RunTime Error '70': permission denied. This is a linked table.
herb said:Crystal,
Is it possible to pass parameters to a query from VB code. I have
many tables which need copies made and I'd like to use the same
query as above changing the main table name and the new table name
by using parameters to the query!
Thanks in advance.
Herb
"WHERE type = 6 and left(name,3) <> 'mys'", , adCmdText)