![]() |
|
||||||
WHAT IS A FORM?Well, a form is an object that displays only a single record at a time. It allows you to focus in on the contents of a single record, rather than several records. Forms are used to accomplish the following tasks:
One might ask, "How can I create forms?" Well, here is their answer. You can create forms from scratch, use the Form Wizard or use AutoForm. AutoForm is a tool that allows you to create a form automatically by clicking on an icon in the toolbar (icon with lightning bolt) or by clicking on INSERT and then FORM and selecting AutoForm. FIVE SECTIONS OF THE FORMTheir are five different sections of the form in Microsoft Access. Each differen section will be briefly described below.
FORM HEADER -The information displayed here will only appear at the top of the first page. PAGE HEADER - The information displayed here will appear at the top of each page. DETAIL - This is where all of your fields will be placed. This is the body of your form and the information placed here will appear on every page. PAGE FOOTER - The information displayed here will appear at the bottom of each page. FORM FOOTER - The information displayed here will only appear at the bottom of the last page. CALCULATIONS:When doing a calculation, you always begin with an equals sign (just like Excel). If you use a field from the table, you must enclose it in brackets. Each field must be enclosed in its own bracket. Numbers do not have to be enclosed in brackets. The field name must be spelled exactly how the field is specified in the structure. An example of a calculation is shown below. TIPS ON CALCULATIONS...
FUNCTIONS:SUM - calculates the sum of all of the values in the records for that particular field. =sum([price]) DATE - displays the current date =Date() NOW - displays the current date and time =Now() PAGE - displays the page numbers. The page function will automatically number all of the pages for you. =[Page]
No Comments for this page. |
|
||||||||||||||||||||||||||||||