I have a system where there will be an existing access db with a # of
tables created by another app. On installation of my vb app in this
existing environment I would like to create some new tables in this access
db, but ideally I'd like to do it by 'merging' some table defs from an
access db that I plan to provide with my setup.
Access 2.0 allows you to Import table definitions into an existing db. I
do not see this capability in visual basic. (There is discussion in the
vb tips & techniques on how to attach tables, but not import).
Does anyone have any suggestions how to accomplish this task in a
relatively efficient manner.
TIA.
--