jca
I need to think it over !
- Local time
- Yesterday, 22:00
- Joined
- Aug 1, 2001
- Messages
- 42
I developped a bill system for my company and everything is working great but now they want the access program to print the bill.
The bill is working good but doesn't look very good. My problem is that each bill doesn't have the same amount of item on them. So the bottom section, where the total is with the taxes and all, is keep being moved around. So what I want to do is expand the detail section to grow to a certain size each time which represent a certain amount of item.
I tried to put the total section in the bottom of the page section but what I get with this is a big blank gap between the total section and the item section. I want the item section to have extra blank field cause the item section is a grid. So it looks pretty ugly to have a grid then a blank space then the total section.
My idea is to check the recordcount of the bill before opening the report and create blank fields until I get the correct amount. But can I make a recordset and base a report on it or must I create a temp table ?
The bill is working good but doesn't look very good. My problem is that each bill doesn't have the same amount of item on them. So the bottom section, where the total is with the taxes and all, is keep being moved around. So what I want to do is expand the detail section to grow to a certain size each time which represent a certain amount of item.
I tried to put the total section in the bottom of the page section but what I get with this is a big blank gap between the total section and the item section. I want the item section to have extra blank field cause the item section is a grid. So it looks pretty ugly to have a grid then a blank space then the total section.
My idea is to check the recordcount of the bill before opening the report and create blank fields until I get the correct amount. But can I make a recordset and base a report on it or must I create a temp table ?