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
How to access CD-ROM/Audio of Thin Client Device after login to Microsoft Terminal Server?
Return Multiple Rows as Delimited List
Entourage 2008 users can no longer login/sync to Exchange 2007
TRYING TO OPEN ACCESS DATABASE THAT HAS A FRONT END MENU WHEN DOUBLE CLICK TO OPEN
VB.Net Web Services - xmlns attributes are not put inside tags
SQL needs to ignore input mask
Windows SBS 2008 Freezing...
Need to strip out the username from a Domain/username combination
Teaching an ANSI SQL class and need a datasource and editor to practice writing code
How do I clear the queue on exchange 2007?