Hi,
I originally posted this in the form forum, but it was suggested I go the report route for this. I am trying to duplicate, in access, a price list that is currently on paper. The data needed for this price list is in 3 tables, and I have a basic query set up to pull all necessary data together. So now my problem is formatting it correctly into a report that is set up like a grid.
Here the basic idea of how we want it to look:
Motor Speed TypeA TypeB TypeC
motorA 100HP $100 $200 $300
200HP $150 $250 $350
motorB 100HP $500 $600 $700
200HP $650 $750 $850
So I'll need some type of code, I would assume, to say if it's a motorA, 200HP speed, TypeB motor, populate this column with that price ($250). Anyone have any idea on where I should start with this? By the way, the reason we want this in Access is because the prices change frequently. This way we can run an update query and change all necessary prices and just rerun the
price list. I really appreciate any help!
I originally posted this in the form forum, but it was suggested I go the report route for this. I am trying to duplicate, in access, a price list that is currently on paper. The data needed for this price list is in 3 tables, and I have a basic query set up to pull all necessary data together. So now my problem is formatting it correctly into a report that is set up like a grid.
Here the basic idea of how we want it to look:
Motor Speed TypeA TypeB TypeC
motorA 100HP $100 $200 $300
200HP $150 $250 $350
motorB 100HP $500 $600 $700
200HP $650 $750 $850
So I'll need some type of code, I would assume, to say if it's a motorA, 200HP speed, TypeB motor, populate this column with that price ($250). Anyone have any idea on where I should start with this? By the way, the reason we want this in Access is because the prices change frequently. This way we can run an update query and change all necessary prices and just rerun the
price list. I really appreciate any help!