InFlight
User
- Local time
 - Today, 21:35
 
- Joined
 - Jun 11, 2015
 
- Messages
 - 130
 
Hi
I have a database that I need to add a column to a table in a linked database.
eg
C:\Test\test.accdb
linked DB is
C:\Test\Data\Data.accdb
the table is Exhibitors and the I'm trying to add is Certificate YESNO
using VBA
CurrentDb.Execute "Alter Table Exhibitors add column Certificate YESNO"
I have quite a few to update around the country all with different data
 I have a database that I need to add a column to a table in a linked database.
eg
C:\Test\test.accdb
linked DB is
C:\Test\Data\Data.accdb
the table is Exhibitors and the I'm trying to add is Certificate YESNO
using VBA
CurrentDb.Execute "Alter Table Exhibitors add column Certificate YESNO"
I have quite a few to update around the country all with different data