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
Audit Report Generation SharePoint Content Viewing
How to find the row count in an Oracle DataReader in ASP.NET?
linux router with iptables script
Can I use VBA in an Access pivot chart form?
Out of Office Assistant not working w/Forwarding Configured
jQuery Autocomplete with PHP / MySQL [PART 3]
esx 4 passthrough
SQL0952N
Entourage Synchronising Errors
How do I combine 2 List<KeyValuePair<,>>'s into a DataTable using LINQ?