Microsoft
Software
Hardware
Network
Question : string numeric and text
If ClientFileNo is numeric and CaseNotesDate is a date, is there a better way to create this string? It works but it's slow.
strKey1 = "[ClientFileNo] = " & txtClientFileNo & "AND [CaseNotesDate] = " & cboCaseNotesDate.Value & ""
rs.FindFirst strKey1
Answer : string numeric and text
cant remember syntax exactly but have a look at create index
here is the t-sql for sql server
http://msdn.microsoft.com/
en-us/libr
ary/ms1887
83.aspx
Random Solutions
How do I allow only a certain ip adress to access my website?
Display of base64 images in IE
Internal server name showing in URL
PDF Mail Merge with iTextSharp
Can't Import javax.tv.Xlet within Java ME project class
Save Publishign site as template in SharePoint 2010
jQuery Get TD values with only TR id
MS exchange 2010
Changing color of a shape
FTP not working on Windows Server 2008 IIS 7