Arthur Fuller
fuller.artful at gmail.com
Tue Feb 26 11:26:11 CST 2008
Presumably you have a link to that table in your FE. I've never tried this, but why not just proceed with the ALTER TABLE without the IN reference and see what happens? A. On 2/26/08, jwcolby <jwcolby at colbyconsulting.com> wrote: > > Is it possible to use the "IN databasename" syntax in an ALTER TABLE SQL > statement in Access? > > I have written code to dynamically alter a table (add a field of a given > type) in an Access database table. I wanted to do that so that I could > have > my code "slip in" new fields in the brief periods that a table is not in > use, rather than have to wait until the evening to get the table into the > table. It seems to work if executed directly in the BE itself but I get a > SQL syntax error if I try to use the "IN DatabaseName" stuff from another > FE. > >