OVERVIEW...3. Access...3 Database...3 Table...3 Record...4 Field...4

Size: px
Start display at page:

Download "OVERVIEW...3. Access...3 Database...3 Table...3 Record...4 Field...4"

Transcription

1 OVERVIEW...3 Access...3 Database...3 Table...3 Record...4 Field...4 UWCMS Table Overview...4 Basic data tables...4 Definition Tables...4 Lookup Tables...5 Basic transaction tables...5 Processed Tables...5 Other Tables...6 QUERIES...7 Select Queries...7 Joining Tables in a Query...9 Setting join properties:...10 Totals Function in Queries...11 Calculate a sum, average, count, or other totals in a query...11 More Help for Working with Queries...13 Expressions...13 Useful Information:...13 Operators/Criteria Setting...13 Action Queries...16 Update Query:...16 Delete query...16 Append query...17 Make-table query...19 REPORT BUILDING:...22 Layout and Field Selection...22 Sorting and Grouping...23 Text Fields, Labels, Summary Fields...24 Creating a total field...25 Headings/Labels...26 Inserting date and page number fields...27 Add a line...27 Stringing fields...28 Other tips and information:...29 Primary Queries...29 Troubleshooting:

2 MAIL MERGE:...32 Selecting Records...32 Set up your Merge document, Form Letters...32 Labels...34 Creating Labels in Microsoft Word (beginning in Access)...35 Setting Up Merges in WORD (beginning in Word)...36 Labels Using Microsoft Access

3 OVERVIEW Access DATABASE A collection of data related to a particular topic or purpose. A database can contain tables, queries, reports, and macros. In UWCMS, the database containing the campaign data is named scms95.mdb (in general). TABLE In Microsoft Access, a table is an object that stores data in records (rows) and fields (columns). The data is usually about a particular category of things, such as organizations, transactions, addresses, etc. Tables are the files holding all of your systems data. (See UWCMS File Layout with Type) 3

4 RECORD A collection of data about a company, person, a transaction, or some other item. A record is represented as a row in Datasheet view of a table, query. FIELD An element of a table that contains a specific item of information, such as last name, organization ID, campaign year. A field is represented by a column or cell in a datasheet. The table is the basic building block in Access and Access is the backbone of UWCMS. Data entered by the user into UWCMS is written to the appropriate table(s) in Access. This data can then be used to pinpoint more specific information by using the query function. UWCMS Table Overview Basic data tables Tables that require little more than typing in the data through UWCMS T_Addresses T_Agency T_BillingInfo T_Employees T_Firms T_Notes T_ObjectFacts T_ObjectRoles T_People T_Phones T_Salutes Definition Tables Tables that provide definitions for various locally defined codes within UWCMS. For example, these are the types of tables that will tell you that for Campaign 2001, EG is the Employee Giving campaign and CG is Corporate Giving. Or that the fact code PACE indicates a Pacesetter Campaign. T_AgencyServices T_CampSubtype 4

5 T_CampType T_Facts T_NCCCodes T_RoleLookup T_SICCodes LOOKUP TABLES Database utility tables that provide for consistent data entry since the user must select from a list of options, rather than typing in their own. (Rarely if ever used for reporting purposes) T_AddressUseLookup T_AddressZoneLookup T_CampDesigLookup T_EthnicLookup T_FactLookup T_ObjectLookup T_PhoneLookup T_SalutLookup T_StateLookup BASIC TRANSACTION TABLES Where raw data is entered by user and stored before, during and after posting. T_BillAdjust T_BillingWorkFile T_CashReceipts T_Donors T_Pledges T_PledgeDesignations In the case of pledges, not all pledges subsequently create a transaction record (for billing accuracy and campaign processing reasons), so if there are questions about pledges, this data is contained in the T_Pledges table, exactly as it was originally entered. PROCESSED TABLES Tables in which the data can only be created and modified during posting process T_AgencyXRef (created in Agency/Add l Information/Designation Information. Modified through Designation posting) T_Campaigns T_Transactions T_BillAdjusts T_BillingWorkFile T_TRANSACTIONS T_CAMPAIGNS T _CashReceipts T_Pledges T_PRISTRUCT 5

6 OTHER TABLES There are many other tables that do not fall into any of the above categories or are a combination of several table types. T_PriStruct is a combination. It is a Definition Table (it will define as Major Employers, for example), but it is also a Processed Table that receives posted pledge information. T_Resources and T_Objects are similar in some respects to the processed tables, as records are created or modified by another process. However, they differ from processed tables because (in most cases) posting of transactions is not required. When a person, firm or agency is created, a record for that object is created in T_Objects. T_Resources receives its data from a variety of sources, including T_pledges, T_people,T_defaults (for leadership threshold amounts), and T_PledgeDesignations. T_Defaults holds any default information such as current campaign year, Billing Cycle and Leadership thresholds, as well as definitions for fields such as Donor Services, pledge type codes, and the names of each structure level (structure 1 is Division, structure 2 is Team, etc.) T_ConvertOrder and T_DataportOptions are not data tables and are not used for any campaign reporting. Any remaining tables are not active or have been phased out. 6

7 QUERIES Select Queries A select query asks a question (or several questions) about the data stored in your tables and returns the results in the form of a datasheet. Once the results are displayed, you can view and, in some cases, make changes to the data in the underlying tables. For example, the table T_Campaigns contains all of campaign data your system stores. If you wanted to display only those campaign records from the 2000 campaign, a query will allow you to specify those records. In design view, the top half of the screen displays the table(s) used for that query**. Inside the table windows are the fields that are contained in that table. Those are the fields that are available to you in your query. The bottom half of the screen (the columns) represents the fields that are being used for the query. These fields indicate which fields will be shown and/or which fields the query is using to select by. You may add a field to the query selection by double clicking that field in the table window. You may delete a field by highlighting the column and pressing your delete key. The top line of the column indicates the name of the field The second line indicates which table this field came from. The third line indicates whether the query will use this field to sort by. The fourth line contains a checkbox. This indicates whether the field will show on your query. That is, when you view the records, will this field be visible. The fifth line on can be used for selection criteria. For example, in the column for CampaignYear, from the table T_Campaigns, the criteria line shows 2000 This tells the query to select only those campaign records for the year

8 **For simplicities sake, we will refer to information on the top half of the screen as Tables. However, you can (and, in most instances, will) use queries as well as tables. You may select as many fields as you like for your query. Simply double click the field in the table window and the field will appear at the end of your column list (use the horizontal scroll bar to view the fields in your query). You may also set multiple criteria. Simply fill in the criteria line for all necessary fields. 8

9 A query can be built from multiple tables. In fact, most queries using UWCMS table data will need more than one table to be truly useful. For example, if you wanted all of the campaign records from the 2000 campaign and you also wanted to show an organization name, you would need to use two tables: T_Firms and T_Campaigns. You can add additional tables by selecting Query/Show Tables, selecting and adding one or more tables to a query. When two or more tables are used in a query, a Join must be created. JOINING TABLES IN A QUERY Association between a field in one table and a field of the same data type in another table. A join tells Microsoft Access how data from two different tables is related. In other words, what is the field that indicates that the information in the first table goes with the information in the second table. How does Access know that the campaign information it has selected is the ABC Company campaign information? Understanding how tables relate to one another and what the appropriate linkages are is arguably 90% of learning how to create and modify your own queries and reports. Every person or organization (company or agency) is an object within UWCMS and is listed in the T_Objects table. In most cases, tables and queries link from ObjectID to ObjectID. However, that object ID may have a different name from table to table. In the case where an object is identified by its own singular number, the field will generally be named ObjectID. However, there are tables in which an organization and a person can share a single record. In general, these are found in the basic transaction tables as well as the processed tables (excluding T_AgencyXRef which contains only agency information) A campaign record can be for a person, an organization, or a person within an organization. Therefore, the fields are broken out as OrgID and IndividualID. These are both the object ID that would be found for the person or company, but renamed in this table to avoid confusion. A table cannot have two fields with the same name. There are other cases that are identified by the organization as well as the individual. Such as T_ObjectRoles where the company is the object (ObjectID)to which the person (ContactID) is attached. Also, T_Employees, where the employee (or person) is the object (ObjectID) attached to the company (EmployerID). Both ContactID and EmployerID are different names for the ObjectID being linked. Again, a table cannot have two fields with the same name but both objects must be identified. 9

10 However, it isn t always that simple. One to one links are rare. In a relational database, one object may have multiple records in another table. One person may have three addresses. Or perhaps, no address at all. A one to one link asks the query to provide you with the records where the corresponding information is found in all tables. So, in a one to one link between T_People and T_Addresses, if a person has no address, they will not appear on your list. You will compensate for this by modifying the join property between the tables. Setting join properties: Sometimes you need all of a particular table whether they have a corresponding record in the secondary table or not. For example, if you needed ALL of your companies to show whether they had a campaign record or not, you can change your join property. In order to modify your join property, select the join (the line that connects the tables) then go to View/Join Properties. Select the option that will allow you to see all of the records you want. For example, in our case you would select Option 2 Include all records from T_Firms and only those records from T_Campaigns where the joined fields are equal. (The join will change from a line to a line with an arrow pointing to the secondary table.) 10

11 TOTALS FUNCTION IN QUERIES You can calculate all types of totals using the Total row in the query design grid, where you select the aggregate function for the calculation you want to perform on a field. In the query design grid, you can also specify criteria to limit the groups for which totals are calculated, limit the records included in the calculation, or limit the results that are displayed after the calculation is performed. Using the options in the Total row in the design grid, you can perform the calculation on groups of records and calculate a sum, average, count, or other type of total on the calculated field. Note: The totals functions won't include records containing blank (Null) values in their calculations. For example, the Count function returns a count of all the records without Null values. CALCULATE A SUM, AVERAGE, COUNT, OR OTHER TOTALS IN A QUERY 1. Create a select query in Design view. Add the tables whose records you want to use in the calculation, and then add the fields on which you want to perform calculations and specify criteria. 2. Click Totals on the toolbar. Microsoft Access displays the Total row in the design grid. 3. For each field in the design grid, click its cell in the Total row, and then click one of the following aggregate functions: Sum, Avg, Min, Max, Count, StDev, or Var. (See below for information on each aggregate function) 4. Enter criteria to affect the records selected for calculation. 5. Sort the results (if necessary). 6. Click View on the toolbar to view the results. Note: When you use an aggregate function on a field, Microsoft Access combines the function and the field names to name the field in the datasheet (for example, AvgOfFreight). If you add a calculated field that includes one or more aggregate functions to a query in which you're calculating totals on all the records, you must set the calculated field's Total cell to Expression. Select To find the Use with these field data types Sum Total of the values in a field. Number, Currency, and AutoNumber Avg Average of the values in a field. Number, Date/Time, Currency, and AutoNumber Min Lowest value in a field. Text, Number, Date/Time, Currency, and AutoNumber Max Highest value in a field. Text, Number, Date/Time, Currency, and AutoNumber 11

12 Select To find the Use with these field data types Count StDev Number of values in a field, not counting Null (blank) values. Standard deviation of the values in a field. Text, Memo, Number, Date/Time, Currency, AutoNumber, Yes/No Number, Date/Time, Currency, and AutoNumber Var Variance of the values in a field. Number, Date/Time, Currency, and AutoNumber Group By Expression Where First Last Define the groups you want to perform the calculations for. For example, to show total pledges by person or organization, select Group By for the ObjectID field. Create a calculated field that includes an aggregate function in its expression. Usually, you create a calculated field when you want to use multiple functions in an expression. Specify criteria for a field you aren't using to define groupings. If you select this option for a field, Microsoft Access will hide the field in the query results by clearing the Show check box. First instance of a record for a group Last instance of a record for a group 12

13 More Help for Working with Queries EXPRESSIONS Occassionally, you may need to calculate fields that don t already exist in one of your tables. You will need to create (or build ) that calculated field. A calculated field is a field defined in a query that displays the result of an expression (or equation) rather than stored data. For example, if you wanted to see the difference in dollars between two campaign years, you might create the calculated field: =([pledgeaudited]-[lastyearcardvalue]) (The = indicates the beginning of an expression or equation.) The equation is simply PledgeAudited minus last year card value. In other cases, you may need your query to do one thing in a particular situation, but something else in another or Set a Condition. In a situation like this, you would create an if statement. For example, if you wanted to see the pledge if the Campaign Subtype was CG, but you wanted the query to show $0 if the Campaign Subtype not equal to CG, you might type in the Field line: =iif([campaignsubtype]= CG,[pledgeaudited],0) Broken down, this means: Begin expression (=) If (iif( ) the campaign subtype is (=) CG, show the pledge audited field. If not(,) show the number 0. End expression () ) Expression building may seem confusing, but it can be a very useful tool. TIP: When building an expression, if you right click on the field line and select Zoom, a window will appear where you can see your entire expression as you type it. Or you can select Build for a window to assist you in creating your expression. USEFUL INFORMATION: Null value: A value that indicates missing data in a field. You can use Null values in expressions. Null values can be entered in fields for which information not present. A null field is not the same as a field that contains a zero-length string (" ") or a field with a value of 0. For example, in our query we are selecting all organizations in our T_Firms table, but not all of the firms have a campaign record. If no campaign record exists for that organization, the value is null. If a campaign record does exist for that firm, but the fields are empty, that is a zero-length string ( ). You cannot always tell by looking at a query whether the field is null or empty, but you can set criteria for both: Is not null or <> OPERATORS/CRITERIA SETTING = equal to > Less than >= Less than or equal to < Greater than <= Greater than or equal to <> Not equal to Between Between two values Example: pristruct1 between 01 and 05 The result will include the starting and ending value. 01 and 05 will be selected. Like The result would contain the character(s) If your wanted to query all notes that were related to campaign, in your query, you might select Subject like * campaign*. The asterisks are the wild card characters. By using the asterisks at the beginning and end, the query will select all notes where the subject line contains the word Campaign. If the asterisk only appears at the beginning (Like *campaign), the query will select only those notes that end with the word Campaign. Likewise, if the asterisk is at the end, (Like campaign *), the query will select only those notes where the subject begins with the word Campaign. 13

14 Other criteria selection Prompts: In some queries, you will want the flexibility to set the criteria each time you run the query. For example, you may want to choose the Campaign year or the Primary Structure each time you run the query. In order to do that, you will want to set up prompts. When the query runs, the prompt will appear in a parameter box that you type into. To set up your query for prompts, in design view you will find the field you want to select for, then type the prompt in the criteria line within box brackets. For example, [Campaign Year] or [Specify structure 1] or whatever the field requires. TIP: If you are using more than one table and you need to specify the same field in each table, word your prompts identically in order to avoid multiple prompts. For example, if you need to specify the campaign year in more than one table, type the same prompt in each [Specify Year]. If you use two different phrases for each, [Specify Year] and [Campaign Year], the query will ask both questions. If you use the same phrase, the query will fill in the same value for both prompts. True/False: In a field that uses a checkbox, true or false is the selection criteria. A check indicates True and an empty box indicates False. (a shadowed empty box is a null) Use your file layout to identify True False fields. TIP: When creating a query, DeleteCode should almost always be equal to false. The only exceptions are tables that are posted; T_Pledges, T_CashReceipts, T_BillAdjust and T_BillingWorkFile. You can use one field from a query to select for another. For example, if you want all campaign records where PledgeAudited (current pledge) is greater than LastYearCardValue (last year s pledge). On the PledgeAudited criteria line type: >[lastyearcardvalue] Multiple Values: If your query will seek multiple values, you can link each criteria with the word OR. For example, if you needed to select a series of Primary Structures that are not sequential, you can type a list linked by or. eg: 02 or 07 or

15 You may notice that there is a line beneath the criteria line that has or: beside it. This option can be used if you need different criteria for each line. For instance, if you need all EG records for primary structure 02 in 1999 OR All IG records for primary structure 06 in 2000, you would set the first criteria in line one, and the second on the OR: line. TIP: When using the OR line, make sure you are careful about your selection criteria. When the query goes through your data and pulls the information for the criteria group, it starts from scratch for the second criteria line. That is, the conditions from the first line are no longer used. If on the first line, you specify DeleteCode as False and Status as Active, you must specify that same information on your Or: line, otherwise deleted and inactive records will be pulled (because you didn t tell it not to!) 15

16 Action Queries An action query is a query that makes changes to many records in just one operation. There are four types of action queries: delete, update, append, and make-table. You must exercise extreme caution when using any Action Query. There is no Undo function. Do not proceed with any action query without a backup of your data. Also, View the changes frequently to ensure that you are modifying the correct records. UPDATE QUERY: Makes global changes to a group of records in one or more tables. With an update query, you can change data in existing tables. For example, if you wanted to update all of your CEOs to your current Campaign Year. 1. Create a query, selecting the tables that include the records you want to update and the fields you want to use for setting criteria. 2. In query Design view, click the arrow next to Query Type on the toolbar, and then click Update Query Drag from the field list to the query design grid the fields you want to update or you want to specify criteria for. 4. In the Criteria cell, specify the criteria if necessary. 5. In the Update To cell for the fields you want to update, type the expression or value you want to use to change the fields. 6. To see a list of the records that will be updated, click View on the toolbar. This list won't show the new values. To return to query Design view, click View on the toolbar again. Make any changes you want in Design view. 7. Click Run on the toolbar to update the records. DELETE QUERY 16

17 Deletes a group of records from one or more tables. For example, you could use a delete query to remove CEO s from a specified year or earlier. With delete queries, you always delete entire records, not just selected fields within records Create a query, selecting the tables that hold the records you want to delete and the fields you want to use for setting criteria. 2. In query Design view, click the arrow next to Query Type on the toolbar, and then click Delete Query. 3. Drag from the field list to the query design grid the fields you want to specify criteria for. 4. In the Criteria cell, specify the criteria for deletion. 5. To see a list of the records that will be deleted, click View on the toolbar. To return to query Design view, click View on the toolbar again. Make any changes you want in Design view. 6. Click Run on the toolbar to update the records. APPEND QUERY Adds a group of records from one or more tables to the end of one or more tables. For example, suppose that you acquire some volunteers and a database containing a table of information on those volunteers. To avoid typing all this information in, you'd like to append it to your T_People table. Append queries are also helpful for: Appending fields based on criteria. For example, you might want to append only the names of volunteers with a specific structure. Appending records when some of the fields in one table don't exist in the other table. Suppose that you want to append records from another table that has fields that match 9 of the 11 fields in the T_People table. An append query will append the data in the matching fields and ignore the others. 1. Create a query that contains the table whose records you want to append to another table. 2. In query Design view, click the arrow next to Query Type on the toolbar, and then click Append. The Append dialog box appears. 3. In the Table Name box, enter the name of the table you want to append records to. 17

18 4. Click Current Database if the table is in the currently open database. Or click Another Database and type the name of the database where the table is stored. Type the path if necessary. You can also enter a connection string to an SQL database. Click OK. 5. Drag from the field list to the query design grid the fields you want to append and any fields you want to use for setting criteria. Also, you may or may not want to add the primary key field if it has an AutoNumber data type. If all the fields in both tables have the same names, you can just drag the asterisk (*) to the query design grid. However, if you're working in a database replica, you'll need to add all the fields instead. 6. If the fields you've selected have the same name in both tables, Microsoft Access automatically fills the matching name in the Append To row. If the fields in the two tables don't have the same name, in the Append To row, enter the names of the fields in the table you're appending to. 6/7 7. In the Criteria cell for the fields that you have dragged to the grid, type the criteria on which additions will be made. 8. To preview the records that the query will append, click View on the toolbar. To return to query Design view, click View on the toolbar again. Make any changes you want in Design view. 9. Click Run on the toolbar to add the records. 18

19 WARNING: Before appending records to existing UWCMS tables, you must understand that there are required fields in each table. The data to be imported MUST contain certain corresponding fields or the append will fail. (The required fields vary from table to table.) Additionally, if importing data from an outside source, your UWCMS object IDs will likely not be found in the data to be appended and as a result, will be orphaned and unusable in your database. For this reason, we highly recommend contact UWCMS support personnel for assistance if you have a need to append data to existing UWCMS tables. MAKE-TABLE QUERY Creates a new table from all or part of the data in one or more tables. Make-table queries are helpful for: Creating a table to export to other Microsoft Access databases. For example, you might want to create a table that contains Leadership Giving data (using multiple tables), and then export that table to a database used by your campaign department. Creating table that contains data from a specified point in time. For example, suppose you want to display data on 15-May-02 where all pledges based on the data that was in the underlying tables as of 9:00 A.M. on 1-Apr-02. A table based on a query extracts the most upto-date data from the tables (the pledges as of 15-May-02), rather than the records as of a specific date and time. To preserve the data exactly as it was at 9:00 A.M. on 1-Apr-02, create a make-table query at that point in time to retrieve the records you need and store them in a new table. Then use this table, rather than a query, as the basis for subsequent reports or queries. Making a backup copy of a table. Creating a history table that contains old records. For example, you could create a table that stores all your transaction records prior to 1998 before deleting them from your T_Transaction table. Improving performance of forms, reports, and queries based on multiple-table queries or SQL statements. For example, suppose you want to print multiple reports that are based on a fivetable query that includes totals. You may be able to speed things up by first creating a maketable query that retrieves the records you need and stores them in one table. Then you can base the reports on this table or specify the table in an SQL statement as the record source for a report, or query, so you don't have to rerun the query for each report. However, the data in the table is frozen at the time you run the make-table query 1. Create a query, selecting the tables or queries that contain the records you want to put in the new table. 19

20 2. In query Design view, click the arrow next to Query Type on the toolbar, and then click Make Table. The Make Table dialog box appears. 3. In the Table Name box, enter the name of the table you want to create or replace. 4. Click Current Database to put the new table in the currently open database. Or click Another Database and type the name of the database you want to put the new table in. Type the path if necessary. Click OK 5. Drag from the field list to the query design grid the fields you want in the new table. 6. In the Criteria cell for the fields that you've dragged to the grid, type the criteria. 20

21 To preview the new table before you create it, click View on the toolbar. To return to query Design view and make changes or run the query, click View on the toolbar. 8. To create the new table, click Run on the toolbar. 21

22 REPORT BUILDING: After building your query, now you will want to create a report. A query will show you the data in a spreadsheet format. This may be useful in some situations, but in most cases you will want an attractive format to display your information. In Reports, to create a new report, select New. A dialog box will show you the types of reports you can create and the query list from which to select your information. Select design view and the query you wish to work with. Layout and Field Selection You will have a blank grid to work with. In some cases, your field list will show automatically. If it doesn t, simply click View/Field list. You can use any of these fields in your report. Select and drag the field to the location you wish. 22

23 You can also modify your workspace. Decide whether your report layout should be portrait or landscape. Go into File/Page Setup and modify layout and margins. You can then expand your grid to match by dragging it out from the right. TIP: Remember your page size and margins when expanding your grid. If your report is landscape with ½ inch margins, your grid can be no wider than 10. (11 inch paper minus ½ + ½ = 10.) or you will have blank pages. If it is portrait with 1 inch margins, it can be no wider than 6 ½ inches. (8 ½ minus =6.5) Select your fields and drag them down to your grid. Place the information into the Detail section. (You can delete the name boxes, aka Labels, by simply selecting and deleting. Don t delete the fields, just the attached labels.) Move your fields by selecting the field, then placing your cursor over the field until a little hand shows. You can then drag the field to any location on your grid. You can expand (or shrink) your field by selecting the field, then placing your cursor over the field until an arrow shows. That will allow you to resize your field. You can resize for height or length. Sorting and Grouping In most cases, you will want to establish the order in which your records will print. In other cases, you may need to subtotal based on this sorting level. That is where you will set up your sorting and grouping. Select View/Sorting and Grouping 23

24 This is where you will establish the sorting and/or group of your report. To establish a sort without a group, select the field or fields you wish to sort on and the sort order. (In most cases, the order will be ascending, but oftentimes in the case of pledge amounts or campaign totals, the sort will be descending) Once you have established your sorts, you can close the box and continue. However, if you wish to establish groups, you must select each sorting level and decide: a: Do you need a group for this field? and b: Do you need headers or footers for this group? The second half of the Sorting and Grouping window allows you to determine how your groups will be set up. For group header, you will need this if you wish to place an identifier before each group begins. For example, if you want to show in the report that the following section is part of XY structure, you would select Yes under group header. For group footers, you would generally select Yes if you wanted to subtotal or count for that particular group. TIP: If don t need a subtotal or count for a group, but would like to see a break between groups, add a group footer and leave it empty. It will add a few extra spaces to divide your groups Text Fields, Labels, Summary Fields Total fields in a report. When you wish to total a field, you must first create a report footer (if you have no group footers) Set up Report Header and Footer by selecting View/Report Header Footer. (Do not place a total field in a page footer. It won t work!) 24

25 CREATING A TOTAL FIELD On your report design toolbar is a button that looks like a hammer and wrench. If it is not already depressed, click it now. That is your toolbox. In the toolbox are a series of buttons. The button with ab is the button for your text box. Click on that button, then draw your text box on your grid in the report footer section (or your group footer) This will create a text box (containing the word Unbound) and a label. Delete the label. Right click on the text box. Select the properties option. 25

26 The properties of the text box will appear. Select the All tab. On the control source line, type the following: =sum([pledge]) - or whichever field you wish to sum. Then tab to the next line (format), select Currency. Close the dialog box and you have a total field. HEADINGS/LABELS In order to create a heading for a field name, we will use the toolbox again. This time, we will use the button labeled Aa. Click the button, then draw a label in the page header or group header over the field you wish to identify. You can type any information you wish into a label box. You can identify fields, identify sort order, the name of the report. The information will appear in your report exactly as you entered it. But be careful to use the appropriate box. If you use a text box to create a label, this will create a selection error in your report. A prompt will appear that will cause your report to fail. 26

27 Preview your report by selecting the Print Preview button. You can look over your report and see if it looks the way you intended. If your report is not selecting the information you expected, you may have to return to your query and double check your information. A quick way to move from your report to the query is to move your cursor below your grid. Double click. A report properties window will appear. Next to data source will be the name of the query your report is using. Click to the right. Three dots will appear. Click on those dots and you will go to the data source (the query). Make your modifications and close. Save the query modifications (if necessary) and preview your report again. INSERTING DATE AND PAGE NUMBER FIELDS Insert Date: Click Insert/Date and Time. Make the selections for the format of the date. Select how and if you want the time to show. Then click OK. For page number,click Insert/Page Number. Make the selections for the format of the page and where you want it to appear. Then click OK. ADD A LINE Select the line button from your toolbox and click in the location where you want the line to BEGIN. Then, right click the line. Select properties, under Format (or All) change your Width to the length you prefer (this is helps to ensure the line is straight). If you would like to change the boldness of the line, click on Border Width and select a higher point value. 27

28 STRINGING FIELDS Also known as trimming. Frequently, you will want certain fields together without spaces. Some of the most common instances will be for prefix firstname lastname, or city state zip, or even primary structures. Create these fields by first creating a text box. Right click the textbox and select properties. On the Control Source line, type the = (to begin your expression). Then type the name of the first field, then &, then the second field and another &, then the third field etc and so on. This will string the fields together and eliminate blank spaces all at the same time. If you want blank spaces between your fields, you must add them. For example: =[prefix]& &[firstname]& &[lastname] This reads as prefix and space and firstname and space and lastname You can use this same method to link text to data fields. (As a matter of fact, the blank spaces in the example above are considered text.) Begin your expression with =, then type your text within quotes add an ampersand (&) then the field name. = Transactions for Campaign Year &[campaignyear] TIP: Always use & for stringing fields. Some report programs require that you use +, but if you use + in Access, if it encounters a null, it will not show any of the fields. For example, if Access finds a Prefix and a Lastname but no Firstname, if you use & it will show the Prefix and Lastname. If you use +, because the field Firstname is missing, it will not show any part of the expression. 28

29 Other tips and information: UWCMS program staff have developed hundreds of queries and reports that are ready for you to use. You may want to change a query or report, but you would like to preserve the original. Copy queries or reports by simply selecting the report or query, clicking Copy, then clicking Paste. Name your report or query and make any modifications you like. If you have a local database of reports (recommended) and would like to transfer a report into your local database, you can do that one of two ways. You can either select the query or report, select File/Save as Export. Locate the reports database you wish to save the report or query to, and click export. Or, open your local reports database, go to File/Get External Data/Import. Find the database you wish to get the report or query from, select it, select the reports and queries you want and click import. You must also bring any supporting queries. Contact UWCMS staff for assistance with identifying and transferring supporting queries. PRIMARY QUERIES Reports and queries are constantly being created as well as endlessly customized and modified. A report may have the same name at ten different United Ways, but the selections and layout may well be completely different at each location. It would be impossible to document the hundreds of reports and queries that exist. So we have tried to name them as descriptively as possible, but in order to know what is there, you simply must run them. In the reports databases supplied by UWCMS, you will find a number of queries named as Primary. These queries exist to take the basic information from a particular table and screen them for deleted records and primary records. There are many primary queries to assist you with creating your own queries. Some of them include: Primary_Address : Selects all undeleted address records. Selects the address specified as Primary. Renames some fields to avoid duplicate field name errors. Primary Agency: Selects all undeleted agency records. Also renames some fields to avoid duplicate field name errors. (for example, Name1 is renamed AgencyName1) Primary Billing: Selects all undeleted/unposted billing records. Primary Campaign: Selects all undeleted Campaign records. Also screens out Memo pledges. Primary Campaign with Memos: Selects all undeleted Campaign records but includes Memos and live records. Primary Contacts: Contains all undeleted Contacts with contact name, role description and company, agency or person assignment. Primary Employee: All undeleted employees. Contains all people who are linked to a company through their business tab. Also contains employee name, company name, company address and phone. Primary Firms: Contains all undeleted organizations. Primary People: Contains all undeleted people Primary People Address: with primary address, primary salutation, and structure information Primary People Emp: with primary address, primary salutation, employee information and employer. Primary Structure: Current year structure definitions with attached volunteer(s). 29

30 Primary Transaction: Contains all undeleted transaction information. There are more primary queries as well as other standard queries. Since many are customized according to the needs of particular United Ways, review the contents of those queries when you begin to build your own reports. Other key queries include: Account Campaign (there are many versions based on the specific reporting needs) These contain basic campaign account name, address and pledge information. Account Name Selects either person or organization name based on object type. Campaign Account Account name and campaign information. Designation detail Contains all designation information including donor name and address, agency name, and employer name. Mailmerge queries Queries specifically created to assist you in creating mail merges in Word or Access. Mailmerge queries should have NO prompts as prompts interfere with merging to Word or Excel. When modifying a mailmerge query, do not add a prompt or add a query that requires one. Name and address queries Transaction queries Detail based on particular selection criteria Transaction summary All transaction information totalled by account. Many of these queries have related queries that will allow you to create reports based on particular criteria. The most basic selection criteria is campaign year. Most of the queries that utilize campaign or transaction data will ask for that information. Other basic selection criteria include structure, fact codes, batch number or transaction date. 30

31 TROUBLESHOOTING: Records are duplicated: Duplication can happen for many reasons. The first thing you want to check is whether you have a more than one primary address or phone number for a particular account. In the case of people, also check if they have more than one primary employer or salutation. For organizations, check to see if they have more than one of any particular type of corporate contact (CEO, Employee Chair, etc.). If you have no object duplications within the software, call UWCMS staff to assist you with tracking down the reason. Records not appearing: For example, you have set up your query to select for all companies whether there is a campaign record or not. Yet, your report is only showing companies with a campaign record. In your criteria, you specified a field that appears in the secondary table. The query is looking for that value and if it doesn t find it, it s not including it in your data. A null is not equal to the value you re looking for, so you need to instruct the query to select for the field if it finds it and also select null values. So, for example, you would set your campaign year criteria to 2003 or is null. This will select every campaign record for the year 2003, as well as where no campaign record exists at all. The same will be the case for any criteria set for a secondary table field. Blank pages are printing: Your grid is too wide based on your margins and page layout. Move any fields that extend too far, then drag your grid to the left. If you are unable to move your fields, modify your margins in Page Setup. You are trying to narrow the grid, but it won t move. There is an object (most likely a line) that is in the way. Sometimes it is difficult to identify a line. One tip is to go to the upper ruler across the top of your report. Click on the ruler at the far right side of your grid. This should select anything within its path. You may, at this point, be able to see the line selected. You can drag the line in to shorten it. Deleted Records are appearing: Your query is not set up to select out your deleted records. Go to your query either in the query list or directly through the report (see instructions on page 17) and under DeleteCode criteria, type False. If the DeleteCode field is not one of your selected fields, go to the appropriate table, double click DeleteCode and specify False for criteria. No address is appearing when one exists: The address may not be flagged as Primary. Check through the software to make sure that address is flagged correctly. The Query or Report has an unexpected prompt For example, the query may ask for contact_name or sortno. If there is an unanticipated prompt, in most cases it is looking for a field it cannot find. A supporting query calls for a field that is not there. If you retrace the queries, you may find a field that begins as Expr1: Often, that is the field that is in error. Check the field first to ensure it isn t a calculation. If it is the source of the error, delete the column. The Column Headings are wrong: If the column headings are wrong, or you simply would prefer they said something else (for example, a field may be identified as Pledge Audited, but you would like it to say Current Pledge) simply click twice (not double click) on the label and the label will open. Type in whatever you would like it to be. You created a Column Heading (or Report Title), but the report is repeating it as a prompt when you try to run the report You entered the heading or title into a Text Box rather than a Label. Delete the text box, then click on Aa to create a label. 31

32 MAIL MERGE: One of the most basic functions you will need is the ability to do mail merges. Mail merges can be accomplished with relative ease using Access. (The instructions for creating mail merges is for Microsoft Word) We have provided a number of queries that are contained in your reports databases. There is a series of queries that begin with the words MailMerge. These are the queries that you will use for your merge documents. There are a number of MailMerge formats available. You can select for Individuals or Organization, select by structure, campaign total, or fact code. There is any number of possible mail merge combinations, depending on what your United Way requires at any point in time. Selecting Records Many of the queries and reports contain prompts. These are the mechanism by which your reports and queries remain flexible and can eliminate the need for multiple reports that contain essentially the same information. With Mail Merges into Word, prompts are not recommended. This is the reason that you need to go into the design of the query and hard code the information you need. For example, if you wanted to send a mailing to all of your Board members, you could select the query MailMerge_Individual_factcode. Go into the design, find the appropriate field (in this case, fact code) and, on the criteria line, type in the board fact code. When your query has been appropriately modified and saved, link it to Word and create your document. Set up your Merge document, Form Letters (For labels, see page 32 ) 32

33 Go to Tools/Office Links/Merge it with MS Word. You can either merge your query with an existing document or create a new one. In this case, select Create a new document and then link the data to it. Insert Merge Field Mail Merge Tool Bar Word will then be opened with a blank merge form letter document. Use the mail merge toolbar and select Insert Merge Field. Word will show a list of the fields from your query that are available. Select the fields and lay them out as you would like to see them in your document, including all spaces and punctuation. Then type the letter itself. 33

34 Mail Merge Tool Bar Merge to New Document Merge to Printer From the mail merge toolbar, you can now merge your document. You can either Merge to Printer or Merge to New Document. If you merge to printer, your document will go directly to the printer. (You will not have the opportunity to look over your final results before committing it to paper) If you elect to Merge to New Document, the merged results will be available for your review and/or edit prior to printing. Tip: If you want to do a quick preview as you are laying out your document, on the Mail Merge Toolbar, click the button that looks like: << >> ABC Labels You can create labels using Microsoft Access or Microsoft Word. If you need simple, standard labels, you can use Access. If you want to create special, custom labels, Word might give you the additional flexibility you will need. 34

35 CREATING LABELS IN MICROSOFT WORD (BEGINNING IN ACCESS) Follow the same procedure as described on page 32 for modifying the query and Merging with MS Word (97 or 2000). When Word has opened the blank document, go to Tools/Mail Merge and select the button labeled Create. A series of document types will list. Select Mailing Labels. Select Change Document Type. Then, back at the Mail Merge Helper, select the button labeled Setup. From here you will select your label type and printer information. Click OK and you will then have a window that will allow you to layout a single label, which will be replicated throughout the document in the format appropriate for the label type you selected. Click OK, close the mail merge helper and you have a label shell that you can use whenever you need to. 35

36 SETTING UP MERGES IN WORD (BEGINNING IN WORD) You can also attach a document for merging directly through Word. If you are already in Word, you can use the following steps to set up your merge. You have a blank document and would like to set up the merge, go to Tools/Mail Merge and select Create. Select the type of document you wish to create. (Word will ask you if you want to use the document that is already open or if you would like to create a new document. If the existing document is the one you want to merge or is blank, select Active Window. If you wish to start a whole new document, select New Main Document.) Next you will select Get Data. In order to merge with an existing Access Query, select Open Data Source. A browse window will open. Use the Look In line to find the path of your reports database. That is, what drive, and which folder(s) that your reports database is stored. At the bottom of the browse window, next to Files of Type select either All Files or MS Access Databases. 36

Access Queries (Office 2003)

Access Queries (Office 2003) Access Queries (Office 2003) Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk 293-4444 x 1 oit.wvu.edu/support/training/classmat/db/ Instructor: Kathy

More information

MS Access Lab 2. Topic: Tables

MS Access Lab 2. Topic: Tables MS Access Lab 2 Topic: Tables Summary Introduction: Tables, Start to build a new database Creating Tables: Datasheet View, Design View Working with Data: Sorting, Filtering Help on Tables Introduction

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise

Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise Access I 2010 Tables, Queries, Forms, Reports Lourdes Day, Technology Specialist, FDLRS Sunrise Objectives Participants will 1. create and edit a table 2. create queries with criteria 3. create and edit

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

Creating a Database in Access

Creating a Database in Access Creating a Database in Access Microsoft Access is a database application. A database is collection of records and files organized for a particular purpose. For example, you could use a database to store

More information

Using an Access Database

Using an Access Database A Few Terms Using an Access Database These words are used often in Access so you will want to become familiar with them before using the program and this tutorial. A database is a collection of related

More information

Access II 2007 Workshop

Access II 2007 Workshop Access II 2007 Workshop Query & Report I. Review Tables/Forms Ways to create tables: tables, templates & design Edit tables: new fields & table properties Import option Link tables: Relationship Forms

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

Microsoft Access 2010- Introduction

Microsoft Access 2010- Introduction Microsoft Access 2010- Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Click to create a query in Design View. and click the Query Design button in the Queries group to create a new table in Design View.

Click to create a query in Design View. and click the Query Design button in the Queries group to create a new table in Design View. Microsoft Office Access 2010 Understanding Queries Queries are questions you ask of your database. They allow you to select certain fields out of a table, or pull together data from various related tables

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Microsoft Access 3: Understanding and Creating Queries

Microsoft Access 3: Understanding and Creating Queries Microsoft Access 3: Understanding and Creating Queries In Access Level 2, we learned how to perform basic data retrievals by using Search & Replace functions and Sort & Filter functions. For more complex

More information

A Basic introduction to Microsoft Access

A Basic introduction to Microsoft Access A Basic introduction to Microsoft Access By Ojango J.M.K Department of Animal Sciences, Egerton University, Njoro, Kenya and International Livestock Research Institute, Nairobi, Kenya Ms Access is a database

More information

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports

INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports Introduction...2 Tables...3 Designing a Table...3 Data Types...4 Relationships...8 Saving Object Designs and Saving Data...9 Queries...11

More information

User Services. Microsoft Access 2003 II. Use the new Microsoft

User Services. Microsoft Access 2003 II. Use the new Microsoft User Services July 2007 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet Create Relationships Create a Form with a Subform Create Action Queries Create Command Buttons Create a

More information

LETTERS, LABELS & EMAIL

LETTERS, LABELS & EMAIL 22 LETTERS, LABELS & EMAIL Now that we have explored the Contacts and Contact Lists sections of the program, you have seen how to enter your contacts and group contacts on lists. You are ready to generate

More information

Six Steps to Completing a Mail-Merge

Six Steps to Completing a Mail-Merge Six Steps to Completing a Mail-Merge Mail merging means to plug data from an address table into form letters, e-mail messages, envelopes, address labels, or a directory (a list or catalog, for example).

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

Chapter 5. Microsoft Access

Chapter 5. Microsoft Access Chapter 5 Microsoft Access Topic Introduction to DBMS Microsoft Access Getting Started Creating Database File Database Window Table Queries Form Report Introduction A set of programs designed to organize,

More information

Microsoft Access 2010

Microsoft Access 2010 IT Training Microsoft Access 2010 Jane Barrett, IT Training & Engagement Team Information System Services Version 3.0 Scope Learning outcomes Learn how to navigate around Access. Learn how to design and

More information

Basic Excel Handbook

Basic Excel Handbook 2 5 2 7 1 1 0 4 3 9 8 1 Basic Excel Handbook Version 3.6 May 6, 2008 Contents Contents... 1 Part I: Background Information...3 About This Handbook... 4 Excel Terminology... 5 Excel Terminology (cont.)...

More information

Creating Custom Crystal Reports Tutorial

Creating Custom Crystal Reports Tutorial Creating Custom Crystal Reports Tutorial 020812 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Databases and Microsoft Access II

Databases and Microsoft Access II Databases and Microsoft Access II Northern New York Library Network Workshop Jim Crowley C3 - Crowley Computer Consulting 9148 State Highway 37 Ogdensburg NY 13669 315-394-7008 fax 315-394-7009 www.crowleycomputers.com

More information

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro, to your M: drive. To do the second part of the prelab, you will need to have available a database from that folder. Creating a new

More information

Query 4. Lesson Objectives 4. Review 5. Smart Query 5. Create a Smart Query 6. Create a Smart Query Definition from an Ad-hoc Query 9

Query 4. Lesson Objectives 4. Review 5. Smart Query 5. Create a Smart Query 6. Create a Smart Query Definition from an Ad-hoc Query 9 TABLE OF CONTENTS Query 4 Lesson Objectives 4 Review 5 Smart Query 5 Create a Smart Query 6 Create a Smart Query Definition from an Ad-hoc Query 9 Query Functions and Features 13 Summarize Output Fields

More information

MICROSOFT ACCESS A. CREATING A DATABASE B. CREATING TABLES IN A DATABASE

MICROSOFT ACCESS A. CREATING A DATABASE B. CREATING TABLES IN A DATABASE Prepared for MIS 6326 by Dr. Sumit Sarkar 1 MICROSOFT ACCESS A database is a collection of different types of data, stored in a manner to facilitate use in diverse ways. In Microsoft Access 2000, a database

More information

MICROSOFT ACCESS STEP BY STEP GUIDE

MICROSOFT ACCESS STEP BY STEP GUIDE IGCSE ICT SECTION 11 DATA MANIPULATION MICROSOFT ACCESS STEP BY STEP GUIDE Mark Nicholls ICT Lounge P a g e 1 Contents Task 35 details Page 3 Opening a new Database. Page 4 Importing.csv file into the

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

Microsoft Access 2007 Module 1

Microsoft Access 2007 Module 1 Microsoft Access 007 Module http://pds.hccfl.edu/pds Microsoft Access 007: Module August 007 007 Hillsborough Community College - Professional Development and Web Services Hillsborough Community College

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

More information

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

More information

Microsoft Access 2007 Introduction

Microsoft Access 2007 Introduction Microsoft Access 2007 Introduction Access is the database management system in Microsoft Office. A database is an organized collection of facts about a particular subject. Examples of databases are an

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

Introduction to. Microsoft Access 2000. Practicals

Introduction to. Microsoft Access 2000. Practicals Introduction to Microsoft Access 2000 Practicals 1 Contents Practical 1..1 Introduction to Access basics. Getting help in Access. Creating databases and tables. Practical 2 13 More on creating, editing

More information

Creating QBE Queries in Microsoft SQL Server

Creating QBE Queries in Microsoft SQL Server Creating QBE Queries in Microsoft SQL Server When you ask SQL Server or any other DBMS (including Access) a question about the data in a database, the question is called a query. A query is simply a question

More information

Creating and Using Databases with Microsoft Access

Creating and Using Databases with Microsoft Access CHAPTER A Creating and Using Databases with Microsoft Access In this chapter, you will Use Access to explore a simple database Design and create a new database Create and use forms Create and use queries

More information

IN THIS PROJECT, YOU LEARN HOW TO

IN THIS PROJECT, YOU LEARN HOW TO UNIT 2 PROJECT 11 CREATING A CUSTOMIZED DATABASE IN THIS PROJECT, YOU LEARN HOW TO Examine a Database and Its Objects Create Tables and Set Field Properties in Design View Create Relationships Add and

More information

Lab Manual. Databases. Microsoft Access. Peeking into Computer Science Access Lab manual

Lab Manual. Databases. Microsoft Access. Peeking into Computer Science Access Lab manual Lab Manual Databases Microsoft Access 1 Table of Contents Lab 1: Introduction to Microsoft Access... 3 Getting started... 3 Tables... 3 Primary Keys... 6 Field Properties... 7 Validation Rules... 11 Input

More information

Crystal Reports Designer Version 10

Crystal Reports Designer Version 10 Crystal Reports Designer Version 10 Exporting to Microsoft Excel Overview Contents This document is intended to assist you in creating or modifying a report in Crystal Reports Designer, version 10, that

More information

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008 Microsoft Amarillo College Revision Date: July 30, 2008 Table of Contents GENERAL INFORMATION... 1 TERMINOLOGY... 1 ADVANTAGES OF USING A DATABASE... 2 A DATABASE SHOULD CONTAIN:... 3 A DATABASE SHOULD

More information

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt Lesson Notes Author: Pamela Schmidt Tables Text Fields (Default) Text or combinations of text and numbers, as well as numbers that don't require calculations, such as phone numbers. or the length set by

More information

INTRODUCTION TO MICROSOFT ACCESS MINIMAL MANUAL

INTRODUCTION TO MICROSOFT ACCESS MINIMAL MANUAL University of Glasgow Department of Computing Science INTRODUCTION TO MICROSOFT ACCESS MINIMAL MANUAL 1 Databases in Access...2 2 The Database Window...2 3 Help...2 4 Saving...3 5 Wizards...3 6 Tables...3

More information

Microsoft Query, the helper application included with Microsoft Office, allows

Microsoft Query, the helper application included with Microsoft Office, allows 3 RETRIEVING ISERIES DATA WITH MICROSOFT QUERY Microsoft Query, the helper application included with Microsoft Office, allows Office applications such as Word and Excel to read data from ODBC data sources.

More information

FrontStream CRM Import Guide Page 2

FrontStream CRM Import Guide Page 2 Import Guide Introduction... 2 FrontStream CRM Import Services... 3 Import Sources... 4 Preparing for Import... 9 Importing and Matching to Existing Donors... 11 Handling Receipting of Imported Donations...

More information

Microsoft Word 2010 Mail Merge (Level 3)

Microsoft Word 2010 Mail Merge (Level 3) IT Services Microsoft Word 2010 Mail Merge (Level 3) Contents Introduction...1 Creating a Data Set...2 Creating the Merge Document...2 The Mailings Tab...2 Modifying the List of Recipients...3 The Address

More information

Simple Invoicing Desktop Database with MS Access 2013. c 2015 by David W. Gerbing School of Business Administration Portland State University

Simple Invoicing Desktop Database with MS Access 2013. c 2015 by David W. Gerbing School of Business Administration Portland State University Simple Invoicing Desktop Database with MS Access 2013 c 2015 by David W. Gerbing School of Business Administration Portland State University July 2, 2015 CONTENTS 1 Contents 1 Create a New Database 1 2

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

Access 2010: Creating Queries Table of Contents INTRODUCTION TO QUERIES... 2 QUERY JOINS... 2 INNER JOINS... 3 OUTER JOINS...

Access 2010: Creating Queries Table of Contents INTRODUCTION TO QUERIES... 2 QUERY JOINS... 2 INNER JOINS... 3 OUTER JOINS... Access 2010: Creating Queries Table of Contents INTRODUCTION TO QUERIES... 2 QUERY JOINS... 2 INNER JOINS... 3 OUTER JOINS... 3 CHANGE A JOIN PROPERTY... 4 REMOVING A JOIN... 4 CREATE QUERIES... 4 THE

More information

Using Microsoft Access Databases

Using Microsoft Access Databases Using Microsoft Access Databases Print this document to use as a reference while you work through this course. Open Access, and follow all directions to familiarize yourself with the program. Database

More information

Creating a Database Using Access 2003 for Windows 2000/Me/XP

Creating a Database Using Access 2003 for Windows 2000/Me/XP Creating a Database Using Access 2003 for Windows 2000/Me/XP Starting Access 2003 Double click on the Access 2003 icon on the Windows desktop (see right), or click-on the Start button in the lower left

More information

Creating and Using Forms in SharePoint

Creating and Using Forms in SharePoint Creating and Using Forms in SharePoint Getting started with custom lists... 1 Creating a custom list... 1 Creating a user-friendly list name... 1 Other options for creating custom lists... 2 Building a

More information

Microsoft Excel Tips & Tricks

Microsoft Excel Tips & Tricks Microsoft Excel Tips & Tricks Collaborative Programs Research & Evaluation TABLE OF CONTENTS Introduction page 2 Useful Functions page 2 Getting Started with Formulas page 2 Nested Formulas page 3 Copying

More information

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins) Lesson 07: MS ACCESS - Handout Handout Introduction to database (30 mins) Microsoft Access is a database application. A database is a collection of related information put together in database objects.

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Access 2007. Using Access

Access 2007. Using Access Access 2007 Using Access 1 Contents Introduction to Microsoft Access 2007... 3 Microsoft Access 2007 features 3 Opening a database 4 Database objects 5 Opening objects 6 Working with objects 6 Saving in

More information

Microsoft Access 2003 Module 1

Microsoft Access 2003 Module 1 Microsoft Access 003 Module http://pds.hccfl.edu/pds Microsoft Access 003: Module June 005 006 Hillsborough Community College - Professional Development Services Hillsborough Community College - Professional

More information

Access Database Design

Access Database Design Access Database Design Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk -- 293-4444 x 1 http://oit.wvu.edu/support/training/classmat/db/ Instructors:

More information

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

More information

Microsoft Access 2000

Microsoft Access 2000 Microsoft Access 2000 Level 1 Region 4 Teaching, Learning and Technology Center Kaplan, LA Activity 1 Creating a Database 1. Open Microsoft Access 2000 a. Click on START, highlight Programs, point and

More information

Mail Merge Tutorial (for Word 2003-2007) By Allison King Spring 2007 (updated Fall 2007)

Mail Merge Tutorial (for Word 2003-2007) By Allison King Spring 2007 (updated Fall 2007) Mail Merge Tutorial (for Word 2003-2007) By Allison King Spring 2007 (updated Fall 2007) What is mail merge? You've probably heard it mentioned around the office or at an interview (especially for a temp

More information

Creating a Database using Access 2007

Creating a Database using Access 2007 Creating a Database using Access 2007 Starting Access 2007 Double click on the Access 2007 icon on the Windows desktop (see right), or click-on the Start button in the lower left corner of the screen,

More information

Consider the possible problems with storing the following data in a spreadsheet:

Consider the possible problems with storing the following data in a spreadsheet: Microsoft Access 2010 Part 1: Introduction to Database Design What is a database? Identifying entities and attributes Understanding relationships and keys Developing tables and other objects Planning a

More information

Use Find & Replace Commands under Home tab to search and replace data.

Use Find & Replace Commands under Home tab to search and replace data. Microsoft Access 2: Managing Data in Tables and Creating Relationships You have created tables in an Access database. Data in Access tables can be added, deleted, and updated to be current (practiced in

More information

NorthClark Computing, Inc. Bill of Material and Parts Master Maintenance. Administrator s Guide

NorthClark Computing, Inc. Bill of Material and Parts Master Maintenance. Administrator s Guide ERP Consulting Web Development Custom Programming Solutions Desktop & Web Applications for Manfact NorthClark Computing, Inc. Bill of Material and Parts Master Maintenance Administrator s Guide Web and

More information

Query and Export Guide

Query and Export Guide Query and Export Guide 011712 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Crystal Reports Payroll Exercise

Crystal Reports Payroll Exercise Crystal Reports Payroll Exercise Objective This document provides step-by-step instructions on how to build a basic report on Crystal Reports XI on the MUNIS System supported by MAISD. The exercise will

More information

Access Part 2 - Design

Access Part 2 - Design Access Part 2 - Design The Database Design Process It is important to remember that creating a database is an iterative process. After the database is created and you and others begin to use it there will

More information

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH:

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH: PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH: INDEX Microsoft Access- An Overview 2 Datasheet view 4 Create a Table in Datasheet

More information

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data.

A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. Microsoft Access A database is a collection of data organised in a manner that allows access, retrieval, and use of that data. A Database Management System (DBMS) allows users to create a database; add,

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009

User Services. Intermediate Microsoft Access. Use the new Microsoft Access. Getting Help. Instructors OBJECTIVES. July 2009 User Services July 2009 OBJECTIVES Develop Field Properties Import Data from an Excel Spreadsheet & MS Access database Create Relationships Create a Form with a Subform Create Action Queries Create Command

More information

Learning Services IT Guide. Access 2013

Learning Services IT Guide. Access 2013 Learning Services IT Guide Access 2013 Microsoft Access is a programme which allows you to store a lot of information easily in the form of a database. For example you could create a database which stored

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

What is a database? The parts of an Access database

What is a database? The parts of an Access database What is a database? Any database is a tool to organize and store pieces of information. A Rolodex is a database. So is a phone book. The main goals of a database designer are to: 1. Make sure the data

More information

BUSINESS OBJECTS XI WEB INTELLIGENCE

BUSINESS OBJECTS XI WEB INTELLIGENCE BUSINESS OBJECTS XI WEB INTELLIGENCE SKW USER GUIDE (Skilled Knowledge Worker) North Carolina Community College Data Warehouse Last Saved: 3/31/10 9:40 AM Page 1 of 78 Contact Information Helpdesk If you

More information

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS

SECTION 2-1: OVERVIEW SECTION 2-2: FREQUENCY DISTRIBUTIONS SECTION 2-1: OVERVIEW Chapter 2 Describing, Exploring and Comparing Data 19 In this chapter, we will use the capabilities of Excel to help us look more carefully at sets of data. We can do this by re-organizing

More information

Planning and Creating a Custom Database

Planning and Creating a Custom Database Planning and Creating a Custom Database Introduction The Microsoft Office Access 00 database wizards make creating databases easy, but you may need to create a database that does not fit any of the predefined

More information

2. Building Cross-Tabs in Your Reports Create a Cross-Tab Create a Specified Group Order Filter Cross-Tab by Group Keep Groups Together

2. Building Cross-Tabs in Your Reports Create a Cross-Tab Create a Specified Group Order Filter Cross-Tab by Group Keep Groups Together Crystal Reports Level 2 Computer Training Solutions Course Outline 1. Creating Running Totals Create a Running Total Field Modify a Running Total Field Create a Manual Running Total on Either Detail Data

More information

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior.

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior. Create a table When you create a database, you store your data in tables subject-based lists that contain rows and columns. For instance, you can create a Contacts table to store a list of names, addresses,

More information

Access 2007. Queries

Access 2007. Queries Access 2007 Queries WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 WHAT IS A QUERY?... 2 WHY USE QUERIES?... 2 TERMS TO KNOW... 2 Select Queries 2 Action Queries 2 Crosstab Queries

More information

Seagate Crystal Reports Designer

Seagate Crystal Reports Designer Objectives Contents This document is intended to assist you in creating or modifying a report in the Crystal Reports Designer, Seagate Info Report Designer, or the Design tab of Seagate Analysis that exports

More information

Databases in Microsoft Access David M. Marcovitz, Ph.D.

Databases in Microsoft Access David M. Marcovitz, Ph.D. Databases in Microsoft Access David M. Marcovitz, Ph.D. Introduction Schools have been using integrated programs, such as Microsoft Works and Claris/AppleWorks, for many years to fulfill word processing,

More information

Access NAMES Computerized Database

Access NAMES Computerized Database Access NAMES Computerized Database 2014 USER'S GUIDE Last Updated: 4/2014 Prepared by: BEVERLY J. SIMS COMPUTER SPECIALIST bsims@uaex.edu 501-671-2263 The Division of Agriculture offers its programs to

More information

To determine the fields in a table decide what you need to know about the subject. Here are a few tips:

To determine the fields in a table decide what you need to know about the subject. Here are a few tips: Access Introduction Microsoft Access is a relational database software product that you can use to organize your data. What is a "database"? A database is an integrated collection of data that shares some

More information

Microsoft Access 2000 for Windows Handout: 3 Academic Computing Support Information Technology Services Tennessee Technological University December 2001 1. Creating a new database In this exercise, we

More information

Sage Abra SQL HRMS Reports. User Guide

Sage Abra SQL HRMS Reports. User Guide Sage Abra SQL HRMS Reports User Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks

More information

Computer Science 125. Microsoft Access Project

Computer Science 125. Microsoft Access Project Computer Science 125 Microsoft Access Project Due Date : Tuesday, March 4th, 11:59 PM 50 points In this project, you will use Microsoft Access to create two databases : a student database and a coffee

More information

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

Monthly Payroll to Finance Reconciliation Report: Access and Instructions Monthly Payroll to Finance Reconciliation Report: Access and Instructions VCU Reporting Center... 2 Log in... 2 Open Folder... 3 Other Useful Information: Copying Sheets... 5 Creating Subtotals... 5 Outlining

More information

Instructions for Creating Silly Survey Database

Instructions for Creating Silly Survey Database Instructions for Creating Silly Survey Database Create a New Database 1. Find the shortcut or the file that starts MS Access and click it to activate the program. 2. In the Create a New Database Using

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information