Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

saving forms

Status
Not open for further replies.

quackslikeaduck

Technical User
Apr 16, 2013
46
0
0
US
I'm just wondering if after my user fills out a form can it be saved as a file or report automatically in the background maybe on close or something?

If possible I'd like each form to have a unique name like maybe PO number or something to distinguish one from another.
 
Forms are for displaying data that resides in tables. They can also be used for navigation and getting other information from your users.

Forms and controls that are bound to tables will store the values in the tables. Tables should always have a primary key which is a "unique name".

Reports typically have a record source based on one or more tables/queries/SQL statements.

You should generally not have duplicate forms or reports in your application.

Duane
Hook'D on Access
MS Access MVP
 
Thanks! I do understand that but was wondering if after my PO's were filled out could I maybe save a copy as MS Access Report or .pdf? I have heard of others doing it but never really thought about it until now.
 
I'm not talking about making an actual report. I was talking about as soon as my user is done filling out the form they can click update and it would save it as either a data access page or .pdf. I want to know if any others are doing this and how it works out for them.
 
You can print to PDF and store the file.
Yes this is very easy to automate if you Access 2007 or later. It can be problematic if on 2003 or earlier.
 
Thanks! I'm going to give it a try. I really don't need it but just one more experience for me.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top