Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 27th, 2013, 12:56 PM
Registered User
 
Join Date: Sep 2013
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
Default import firebird tables into Access databases

Hi
How to import firebird tables into Access 2010 database
Thanks
 
Old November 27th, 2013, 10:03 PM
Friend of Wrox
 
Join Date: Sep 2010
Posts: 245
Thanks: 5
Thanked 24 Times in 23 Posts
Default

Two methods I use:

1) (PUSH to Access) Export the data from each table to a to CSV with the first row having the field names. Import the CVS files into Access.

2) (PULL from Access) Install the ODBC drives for the database. Next create linked tales using ODBC. Now you can use a Make table query for each table to store the data inside the Access database.
__________________
Boyd Trimmell aka HiTechCoach (.com)
Microsoft Access MVP Alumni 2010-2015
The Following User Says Thank You to HiTechCoach For This Useful Post:
irade92 (November 28th, 2013)
 
Old November 28th, 2013, 12:52 PM
Registered User
 
Join Date: Sep 2013
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by HiTechCoach View Post
Two methods I use:

1) (PUSH to Access) Export the data from each table to a to CSV with the first row having the field names. Import the CVS files into Access.

2) (PULL from Access) Install the ODBC drives for the database. Next create linked tales using ODBC. Now you can use a Make table query for each table to store the data inside the Access database.
THANKS A LOT





Similar Threads
Thread Thread Starter Forum Replies Last Post
query tables in 2 different databases jcarswelljr SQL Server 2005 0 February 25th, 2009 03:06 PM
using arrays for tables in databases Karla Visual Basic 2005 Basics 1 August 5th, 2008 02:11 PM
How can I merge two databases and tickets tables? drarem Access VBA 2 October 5th, 2004 01:07 PM
Comparing tables from two Databases lguzman Access VBA 1 May 11th, 2004 05:11 PM
Linking tables with multiple databases jlnash Access 1 August 14th, 2003 07:22 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.