Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I import a dbf file using the IN clause of the Select statement

Status
Not open for further replies.

rambleon

Programmer
Joined
Mar 6, 2004
Messages
130
Location
IL
I'd like to know if I can import a .DBF file into an Access table using the IN clause of the SELECT statement, if
so how?
Do I need a Data Definition File? What's its format? How do I use?

Thanks for any help

Rambleon
 
From the Jet SQL help file:

... FROM Table IN "" [dBASE IV; DATABASE=C:\DBASE\DATA\SALES;];

... FROM Table IN "C:\DBASE\DATA\SALES" "dBASE IV;"

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top