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
Open report from a double-click event on a form
TAPI in VB.NET
Change link styles in Wizard control sidebar
Multiple Consoles in C# .Net
Unable to add XP Clients to new MS Server 2003 Domain
EXCHANGE 2010 WITH OUTLOOK 2000
access query export data from one table to another
Export or download file from embeded resource Silverlight
Nnotes.dll API Create Empty Replica Stubs through VB.NET 2008
can't drop table