Q
QB
How can I Alter a Back-End Table from the Front-End?
I need to add a column (Integer) to an existing table.
I tried DAO, but it gives an error that it cannot be performed on linked
tables.
I tried executing a DoCmd.RunSQL using the ALTER [] IN 'BackEndDB' but it
keep given a Synthax Error. When I Check it in the SQL Editor It always goes
to the 'IN' part of the SQL Statement?
Thank you for the help,
QB
I need to add a column (Integer) to an existing table.
I tried DAO, but it gives an error that it cannot be performed on linked
tables.
I tried executing a DoCmd.RunSQL using the ALTER [] IN 'BackEndDB' but it
keep given a Synthax Error. When I Check it in the SQL Editor It always goes
to the 'IN' part of the SQL Statement?
Thank you for the help,
QB