what is difference between dmax and dcount code..?
what is difference between dmax and dcount code..?
They are both domain aggregate functions and have the same structure. https://documentation.help/MS-Access...xDomainRef.htm
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
The first gives you the maximum value for a field.
The second gives you a count of how many records.
Criteria can apply to both.
Please use # icon on toolbar when posting code snippets.
Cross Posting: https://www.excelguru.ca/content.php?184
Debugging Access: https://www.youtube.com/results?sear...bug+access+vba
Right.... Thanks.....