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
Invalid Custom Toolbar message
How do I make tree view child nodes appear upon form load?
Setup cannot copy the file: sisraid.sys
Exchange Server 2007 SP2 Setup
Access 2007 report design question
How to run SELECT statement against DataSet object
Repadmin to verify replication?
installing word and excel viewer as MSI packages
AD Login Script not working on Windows 7 - but will run locally from same computer
Complicated Select & Insert statement - MS SQL 2008