Here is my issue.
I have five .dbf files. I want them to be saved as application files with the "client number".dbf I am storing the client number to variable "clientnumber" I want to do the following
open database temp
use table1 excl
copy structure to "clientnumber".dbf
Confused, thanks in advance for any assistance you might be able to give.
John
I have five .dbf files. I want them to be saved as application files with the "client number".dbf I am storing the client number to variable "clientnumber" I want to do the following
open database temp
use table1 excl
copy structure to "clientnumber".dbf
Confused, thanks in advance for any assistance you might be able to give.
John