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
confused about forms in Visual Studio Designer
Readystate in IE in VBA program
Problems installing the AjaxControlTooKit.dll
Cannot ping Unbuntu Linux Machine Running on VMWare
anyone familur ith using the swing classes HTMLEditorKit StyleSheet and reading a external CSS
100% CPU usage in vCenter but not in taskmanager on the Windows NT 4.0 VM that has been converted
Event ID 333 - Server 2003 SP2 I/O Error
Cable Type/Pinout for RJ45 to RJ45 T1/E1 between two routers
ASP - Deleting multiple records
MailChimp WordPress Plugin Embedded styles display: none; hiding form, Part 2