I've created a form that allows the user to browse the machine for a .dbf file and now I need a piece of code that allows the user to select the contents of the dbf file into a temporary table.
Does anyone know what the syntax is for:
1. referencing the database
2. referencing the recordset
3. the select statement (e.g select * from <dbf file>
If anyone could help me with this it would be a big win for me! Cheers...
Does anyone know what the syntax is for:
1. referencing the database
2. referencing the recordset
3. the select statement (e.g select * from <dbf file>
If anyone could help me with this it would be a big win for me! Cheers...