hello everyone
i am facing a problem while putting the
.SourceAlias = "i put the temp table name here.."
so is it possible to retrieve data from temp tables or i must take it from a normal table
thanks in advance
Comments: ** Comment from web user: WSchmale **
i am facing a problem while putting the
.SourceAlias = "i put the temp table name here.."
so is it possible to retrieve data from temp tables or i must take it from a normal table
thanks in advance
Comments: ** Comment from web user: WSchmale **
Hi
the solution is the function DBF()
.Source=DBF("Alias of the temp.dbf")
Hope this helps
Wolfgang