Microsoft
Software
Hardware
Network
Question : Access Report
I have an Access db with a sample file containing invoices paid.
I need to write a report that groups payment of equal amounts (Use GrossAmt) for each vendor together.
Ignore the sign (positive or negative) of the amount. Ignore groups with only one record.
For each vendor show a group header containing the vendor number and name.
For example if the GrossAmt is $100 in one record and the GrossAmt is $-100 in another record treat that as a match.
The sample pdf file is just to show what a duplicate payment report should look like. The data and field names are different.
I have the db and the sample report(,pdf) attached
Attachments:
TestXp-Backup.mdb
(260 KB)
(File Type Details)
TestDB
SampleReport.pdf
(13 KB)
(File Type Details)
Sample Report
Answer : Access Report
Change the account the SQL Service uses to a domain user account, and also check the ownership (dbowner) of the SQL database VMM is using. Change this to the "sa" user or any other user with appropriate permissions.
Restart service to take effect.
Random Solutions
Exchange 2010 importing multiple PST?
Is there a way to provide a range of values to the decode feature of SQL Query?
Basic php/mysql questions
Convert PDF into Excel spreadsheet
MPP microsoft project plan. How can i open a file created in ver 2010 in MPP 2003 or 2007.
Sun Certified Developer for Java Web Services 5 - Study guide/suggestions
New Hire Workflow in WSS
How can you search e-mail within Outlook 2010 and not use the index?
Installing SSL certifcate on exchange 2010
jQuery Autocomplete with PHP / MySQL [PART 2]