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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment