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
Can I save a word document directly as PDF in asp?
jquery auto complete
Brother Printer shows paper jam when there is none.
How to store a path in EditBox1.Text via DialogBox control?
Add New record from unbound form
Regarding SQL meta data cleanup in Microsoft SQL Server
Request.PhysicalApplicatio
nPath returns I.P. not URL
Outlook 2003 won't display calendar as sidebar
PHP.ini file 'display_errors' is set to Off but errors still appear on page?
How can I determine from an Office 2010 Volume License key (or product activation key) exactly which version of Office 2010 to download & install from MSDN (msdn.microsoft.com)?