Tuesday, July 28, 2009

Get the max value from the access table using visual basic?

Please teach me how to get the max number from access using visual basic and sort it to the smallest number...

Get the max value from the access table using visual basic?
lets say table called account


account


======


accountId


credit





SELECT MAX(credit) FROM account


that simple

playing cards

No comments:

Post a Comment