Microsoft
Software
Hardware
Network
Question : Most common occurance
How can I determin the most common occurance of numbers in a table? and the number of times they have been recorded in the table
the table is filled with numbers anywhere between 1 - 20.
dDate | wnum |
1/1/10 2
1/1/10 5
1/1/10 8
2/1/10 5
2/1/10 1
2/1/10 19
2/1/10 5
3/1/10 1
most common is '5' 3 times
2nd is '2' 2 times
Im using access and asp
Answer : Most common occurance
txtBox1= DMax ("field","table") + 1
Random Solutions
Microsoft Access: Creating a payment system.
stop Weblogic managed server without node manager and admin server
Link to PDF files from DVD Menu
Hidden answers after logging in
VNC server Ubuntu 10.04
How to make IN operator to accept CSV which are varchar in SQL Server 2008
Need HP DMI Utility
To Blob Cache or NOT?
compareTo() - JavaScript example needed
Access 2003 -> Word 2003 - have a question on code that works to save doc as pdf file...