GooGoocluster
Technical User
I could not find anything on this, I need to know if this is possible.
I need to run code that converts a SQL string to a .dbf
like:
SQLstring = Select * FROM Forms!frmName!cboName Where This= cboName2
transferdatabase acExport, "dBase 5.0", name, SQLstring, blah, blah
I need to run code that converts a SQL string to a .dbf
like:
SQLstring = Select * FROM Forms!frmName!cboName Where This= cboName2
transferdatabase acExport, "dBase 5.0", name, SQLstring, blah, blah