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
Grub menu in not loading on ESXi 4
Excel 2007 Can Not Display Images From Web
Diffrence between debug & release versions
SSRS Combine two datasets into one data region - Must be in report not in SQL server
Using sendkeys in SQL
asp.net mssql I have a need to update records where the record column needs modifing in orde to match the Id value
Two computers conected by ethernet to same router
Should you dismount exchange database before exhange updates?
Setting Reporting Services data driven subscription Using Web Service
Javascript to toggle DIVs and scroll to anchor link IF there is an anchor link in URL