office with lots of data, and I need to add the new field from the new
version of the front-end database.
regards
reidarT
"MacDermott" <
[email protected]> skrev i melding
What you ask can be done, but it's very rarely a good idea.
Instead of a "broad, flat" table, with an ID and multiple columns,
consider
a "long, narrow" table, with ID, columnname, and value.
That way you can add new columnames without having to add fields to the
table.
HTH
- Turtle
I want to add a field in a back-end database.
I want to do it by code from front-end-database (currently open)
regards
reidarT