Re: basic invoiceing question
- From: "tina" <nospam@xxxxxxxxxxx>
- Date: Sun, 16 Apr 2006 16:58:10 GMT
you're welcome :)
"~AMDT~" <bogus@xxxxxxxxxxx> wrote in message
news:ecUnF9WYGHA.1348@xxxxxxxxxxxxxxxxxxxxxxx
tina, thanks again for helping. using the margins toto
take up the slack did it. Brilliant!
The button worked like a charm.
Your the best.
Mike
"tina" <nospam@xxxxxxxxxxx> wrote in message
news:og_%f.20063$1q4.181@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
comments inline.
"~AMDT~" <bogus@xxxxxxxxxxx> wrote in message
news:%23muAi37XGHA.4184@xxxxxxxxxxxxxxxxxxxxxxx
Tina, Thanks for the reply. Mike
"tina" <nospam@xxxxxxxxxxx> wrote in message
news:q6H%f.14578$1q4.1552@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
well, you're in the right newsgroup, at least.
hal-la-lu-ya! finally, something's right.
if the invoice data is in a
table,
It is, after reading more about it, I made another
table last night, so there are now two tables.
A customer table, and an order table and I related
them one to many using the auto number thing.
I also made a form for inputting data in to them.
i.e., two forms, one for each.
umm, okay. sounds like you're moving in the right direction, anyway.
you would use a report to print the invoices.
ah ha! To me a report is a report and an invoice is an invoice
so I never thought to use a report as an invoice. That explains
a lot.
if you want two
invoices to print on one 8.5x11 *** of paper, then you do not want
***.set
report margins to 8.5x5.5 - that will give you *one* invoice per
for
It's perferated NCR paper, and each invoice blank uses half of
a 8 1/2 X 11 ***. It's continuous feed so I thought the dimensions
of the invoice would equal half a *** of normal paper because that's
what they are. So I'm wrong about that?
well, frankly, i don't know. i've never used a continuous feed printer
ofan Access report, so i don't know if there's a different premise at work
from using a ***-fed printer. i can tell you that for a ***-fed
printer,
you're working with a finite size of paper: 8.5x11. if you change the
margins of the report, you're changing the size of the space that's
available to print on a single *** - if that makes sense. in other
words,
if you set the margins for a 5.5 length, such as Top Margin 2.75" and
Bottom
Margin 2.75", you're left with 5.5 inches right in the vertical middle
offthe paper. or you could set margins at Top .25" and Bottom 5.25" (AFAIK,
any
printer has a "built in" minimum margin, so nothing prints as running
sothe edge of a page). so you're left with 5.5 inches at the top of the
paper.
in either case, NOTHING gets printed on the space outside the margins.
byif
you want *two* records (invoices) to print on a single page, you have to
set
top and bottom margins as appropriate, add the margin amounts (.25", 1",
whatever), and subtract that from 11". then divide the remaining space
and,two. that's how much space in the report *design* view that you can use
for
a single record, so that two records will fit on one *** of printed
paper.
base
your report on the table (or on a query that's based on the table)
twoin
report design view, place the controls appropriately so the data will
where you want it to on the invoice paper.
The above is exactly where I'm currently stuck. I'll work on it this
week end.
make sure that the report area
*in design view* is no bigger than the 8.5x5.5 parameters, so that
form,muchrecords will print on each *** of paper.
suggest you invest in a basic Access manual. see
http://home.att.net/~california.db/tips.html#aTip2, and it wouldn't
hurt
to
read the rest of the tips, too, starting with #1.
Thanks for the link! I'm sorry this is so long and appreciate it very
that you have taken the time to help me. One more thing...
Here's the sceanariao:
the phone rings, the employee takes the order, up comes the order
thein
goes the order data, and now it's time to print print the invoice.just
What's the best way to print it? To make a report that calls the data
put in,
or to do a query on the data just put in, and print the query?
after entering data into a form, you must save the record to the table,
before you can print that data in a report. so you're *always* pulling
thedata from a table. generally, you only need to use a query as a report's
record source - rather than a table - when you need to include data in
reportreport that's not available in a single table. whether you base the
currenton a query or a table, the easiest way to include only the form's
record in your report is to use a command button on the form to open
(print)
the report, and put criteria in the OpenReport action in a macro or VBA
code. take a look at the OpenReport Action topic in Help.
hth
Thanks,
Mike
.
- References:
- basic invoiceing question
- From: Mike Hollywood
- Re: basic invoiceing question
- From: tina
- Re: basic invoiceing question
- From: ~AMDT~
- Re: basic invoiceing question
- From: tina
- Re: basic invoiceing question
- From: ~AMDT~
- basic invoiceing question
- Prev by Date: Re: basic invoiceing question
- Next by Date: Re: Setting the Max Scale on a chart in Access VBA
- Previous by thread: Re: basic invoiceing question
- Next by thread: Re: Sub report design view
- Index(es):