Microsoft
Software
Hardware
Network
Question : maxclient Id from table
get max client id with format CL000000. Please look at the MaxClientID.doc that i have attached. If you have any question feel free to ask. I appreciate any help. Thanks.
Answer : maxclient Id from table
Function getClientID() As String
Dim MaxID, CurrID
MaxID =nz(DMax("mid([Client_ID],
3)", "dbo_tblClientTest"),0)
maxid=clng(maxid)+1
CurrID = "CL" & Format(MaxID, "00000000")
getClientID = CurrID
End Function
Random Solutions
Recreate Deleted Computer Object
.Net C# Getting the error: The remote server returned an error: (401) Unauthorized. when using OWA Outlook Web Access
Access Report export question: DoCmd.OutputTo can't export Excel 1997-2003 format?
How to use DELETE command in SQL SERVER 2005
User-Level Security
Web Service or WCF? Current system uses thumb drives.
VB.net properties window not showing events
Excel opens to a gray screen on first launch
Controlling order of columns in cross tab report
JQuery is disabled by partial postbacks