MsAccess has a Create Table bug (won't allow VALUE as column name

T

thegoldbug

although you can use this column name in the "design" table program.



----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...b9556&dg=microsoft.public.access.externaldata
 
D

Douglas J. Steele

There are many words that shouldn't be used as Field names (Date, Time,
Name, etc.)

Realistically, I think you'll find it's far easier to pick meaningful field
names that don't conflict with the reserved words than to expect the
reserved words to be changed.
 
Top