Newbies gg09 Posted August 5, 2010 Newbies Posted August 5, 2010 Hi. I am working on a simple database to track transactions by date. I was planning to use each record as a date, so I have 1 field for date, 1 for type of transaction, 1 for amount of transaction and 1 for the state. Each has 15 repetitions to input the transactions we do per day. Now, I need to take this and get it to come out in a report similar to a pivot table in excel, showing the transaction dates on the left (vertical) and states on top (horizontal), so that for example, it says that on July 3rd the total transactions were for $500.00. How do I get this done? I also need totals for both the row and columns.
bruceR Posted August 5, 2010 Posted August 5, 2010 First priority: get rid of the repeating fields. Set up a proper data structure with a "parent" and "child" table. You can't do finds, sorts, deletes on reps.
Newbies gg09 Posted August 6, 2010 Author Newbies Posted August 6, 2010 Ok. Thanks Bruce. So, how do I do this. What do you mean by parente /child. Are they identical to each other? What fields do I relate? Once I do what you are telling me, where do I go from there?
Recommended Posts
This topic is 5281 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now