FORMS

S

Sue Davies

Hi There

I have been trying to create a form to enter data into a table and to print
out as an invoice. But I seem to have come to a halt. I just keep going
round in circles. What am I doing wrong?

Thanks in advance for any help at all.Even if you only direct me to a
downloadable form/invoice
Sue(novice)
 
J

John Vinson

Hi There

I have been trying to create a form to enter data into a table and to print
out as an invoice. But I seem to have come to a halt. I just keep going
round in circles. What am I doing wrong?

I have no idea. You don't say what you're doing, nor what problems
you're having, and I cannot of course see your database.

Two possible suggestions:

- To print something out, use a Report rather than a Form. Forms are
for onscreen data viewing and editing; Reports are for printing.

- Take a look at the Northwind sample database that comes with Access.
It has an Invoice report that you might want to use as an example of
how this can be done.
Thanks in advance for any help at all.Even if you only direct me to a
downloadable form/invoice

It's most unlikely that anyone has created an Invoice report
*specifically tailored to your business and to your table structure*.

If you'ld be willing to post a description of your table structure,
how you're entering the data, and what *SPECIFIC* problems you're
having, we'll be glad to try to help!

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 
Top