Alright, I have a somewhat specific problem with formatting data in a report that seems like it should be a simple fix, but most of ways I have looked up to get it the way I need it have proven too difficult.
I have a report that I'm using as a brochure that lists prices. There is the base price, and then it applies a discount rate depending on how many are purchased. This is a calculated field (code below). Currently, it displays the prices in a list going down, but I would like it to have the prices extending out to the right. I read about doing a cross tab query, but couldn't get that to work with what I had, but I could have been doing it wrong. Here is a picture of the design view:
So, as you can see, I have it sorted by MemDescription as the header, based on the type of plant. Next, it separates them by their type, and then for each of the size in a type, it lists the prices, which can be anywhere from 1-3 different prices depending on the amount of discount rates available.
This is how it outputs:
What I would like to do is have the price fields lay out horizontally from a starting point, but I am having a lot of trouble doing that. I can go into more detail about calculated fields and the query if need be, but hopefully there are ways to do this on the report itself.
I have a report that I'm using as a brochure that lists prices. There is the base price, and then it applies a discount rate depending on how many are purchased. This is a calculated field (code below). Currently, it displays the prices in a list going down, but I would like it to have the prices extending out to the right. I read about doing a cross tab query, but couldn't get that to work with what I had, but I could have been doing it wrong. Here is a picture of the design view:
So, as you can see, I have it sorted by MemDescription as the header, based on the type of plant. Next, it separates them by their type, and then for each of the size in a type, it lists the prices, which can be anywhere from 1-3 different prices depending on the amount of discount rates available.
This is how it outputs:
What I would like to do is have the price fields lay out horizontally from a starting point, but I am having a lot of trouble doing that. I can go into more detail about calculated fields and the query if need be, but hopefully there are ways to do this on the report itself.