Microsoft
Software
Hardware
Network
Question : How to get max value from table (Access 2003 vs VB.net 2005)
Dear Experts,
i have 1 table (tbl_reg) with 2 fields (reg_no, reg_name) in access 2003.
in VB.net 2005, i want to get the max value for reg_no.
pleas help, how to code this?
thanks!
Answer : How to get max value from table (Access 2003 vs VB.net 2005)
If you want to fetch it after fill to datatable u can use Compute as following
MessageBox.Show(ds.Tables(
0).Compute
("MAX(EmpI
D)", ""))
Random Solutions
report server
List Box with multi columns
Error 2869 when installing windows service on Vista Home
Open Outlook Form from Access
Visual Studio creates an error in my rc file every time I change a menu
File Copying through CopyFileEx of kernel32.dll in vb.net
DCPROMO fails when existing DC's are on different subnet / segment
warning LNK4089: all references to "WSOCK32.dll" discarded by /OPT:REF
Missing day no. when using FormatDateTime
MS Access calculate rolling 12 month average