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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to build a purchase order form online that feeds back to a database
and formats the form for printing.
 
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
 
Back
Top