How do I build an online form to feed to an Access database

B

bbboomer

I need to build a purchase order form online that feeds back to a database
and formats the form for printing.
 
A

Arvin Meyer [MVP]

bbboomer said:
I need to build a purchase order form online that feeds back to a database
and formats the form for printing.

Assuming that you have your tables already set up, simply bind them to the
Access form. There's a wizard for automatically creating bound forms. If you
look at the sample files (the Northwind database) that came with Access (you
can find them in the help menu), the example is similar to what you need.

Instead of printing the form, use a report, which can be made from the form,
but gives you additional features.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top