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
Recurring Router problem
From BCD to ADO
VMWare or Hyper-V
user equivalence check failed for user "oracle"
Dell poweredge t610 SAS
PHP Fatal error
alpha towards the end of the stage
Some sort of offline form that will save entries of data from several users
What does src="#" mean when used in a bgsound attribute and is it needed?
Run the first php script in background - When done - run the next script ...