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
asp.net, c#, drop down list error
Info@... users Not receiving email
Mac backup: unsupported file characters
Dreamweaver CS4 table border color
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
Video editing
Polaroid Foto effect
Jquery NoConflict Issue
Query a txt file and add a user account into administrator group of each machine.
How to block mulitple ports within a range in mmc?