Microsoft
Software
Hardware
Network
Question : Adding a new field - with index - through VBA
I have a small query that allows me to add new fields to my tables:
ALTER TABLE [tblTableName] ADD COLUMN [Index Test 2] Text(50)
But I also need to set an index on this field - can anyone let me know the correct syntax addition. It's not for Primary key or anything such as that.
Thanks as always.
Answer : Adding a new field - with index - through VBA
CREATE INDEX tblTableName_IDX1 ON [tblTableName] ([Index Test 2]);
Random Solutions
Delphi 'LIKE' DateTime filter
Certificate Authority 2003, 2008 Enterprise Root CA
Maintain cloumn width while using datasheet view
No output from an echo
how to export the SSL certificate from Microsoft exchange 2003 in the .p12 format for mobile phone HTC Desire
Network Traffic Analyzer
vinegar and bugs
How to determine eclipse version?
Trigger destroys previous trigger
Validation of viewstate MAC failed? How I fix it?