Hi, thanks for reading my post, I appreciate it. I have an access db on a web site, I want to make one of the fields in a table an "index" that allows duplicates, the field is already defined and has a lot of instances, the question I have is, when I looked at the help file in Access the syntax is "CREATE INDEX NewIndex on TABLENAME(FIELDNAME)".
My question is why do you have to name the index?(like from the example above... "NewIndex" after "CREATE INDEX"
? Does this alter how I have to use the field when I use it in SQL statements in "WHERE FIELDNAME = WHATEVER" instances? Thank you for your time.
My question is why do you have to name the index?(like from the example above... "NewIndex" after "CREATE INDEX"