S
stephanie.harrell
I have an Access project that I created from an existing Access
database. SQL is 2000, Access is both 2000 and 2003.
The existing Access tables had field names like [IDF DATA(1)],
[IDF DATA (2)], [IDF DATA (3)]. Those names are ok in SQL as long as
you use the brackets around them. The user wanted to add a few more,
so in design view, she copied the line and inserted it below. She
changed the name to [IDF DATA(4)] - using the brackets - and saved.
She received the error message
The name 'IDF DATA (4)' is invalid because it is empty, contains
invalid characters, or contains more than 128 characters.
I don't understand why the old names are ok, but adding a new one gives
the error. I can go in to SQL Server Enterprise manager and copy the
column.
Any thoughts anyone? I'd really like from my user to be able to do
this without my involvement and without giving her Enterprise Manager.
database. SQL is 2000, Access is both 2000 and 2003.
The existing Access tables had field names like [IDF DATA(1)],
[IDF DATA (2)], [IDF DATA (3)]. Those names are ok in SQL as long as
you use the brackets around them. The user wanted to add a few more,
so in design view, she copied the line and inserted it below. She
changed the name to [IDF DATA(4)] - using the brackets - and saved.
She received the error message
The name 'IDF DATA (4)' is invalid because it is empty, contains
invalid characters, or contains more than 128 characters.
I don't understand why the old names are ok, but adding a new one gives
the error. I can go in to SQL Server Enterprise manager and copy the
column.
Any thoughts anyone? I'd really like from my user to be able to do
this without my involvement and without giving her Enterprise Manager.