> > sorry slight mistake,
> >
> >
> >
> >
> > select * from myTable into cursor curtemp where recno()<4
> > select curtemp copy to c:\temp\curtemp.dbf
> > use c:\temp\curtemp.dbf
> > browse && for you to see no confidential data in curtemp.dbf before you mail it
> >
> >
> > also mail yourreport.frx
> >
> > no problem, you are using a cursor, an not the actual table.\<br />> >
> > Regards,
> >
> > Koen
>
> *************************************************************
> *************************************************************
>
> Koen,
>
> This line "select curtemp copy to c:\temp\curtemp.dbf" is still giving this error "command is missing required clause". Have you tried with that command yet?
>
> Tai Nguyen.
Tai,
make them into 2 lines:
select curtemp
copy to "c:\temp\curtemp.dbf"
be sure a directory C:\temp exsists if not make one 1st
Koen