Posts Tagged ‘Microsoft Access’

Microsoft Access 15 Minute Live Webinar Lunch Bites

Thursday, April 26th, 2012

This month’s lunch bite sessions include two events for Microsoft Access and are being held on Wednesday, May 23, 2012.  Simply click the register link and regiser online. Both events are completly free!

Access- Establishing a primary key and indexing fields

Description: Understanding relational databases is crucial before we dive into creating any new database. The foundation of relationships is understanding and establishing a primary key. In addition, indexing fields on some criteria makes sorts and queries faster down the road. This tutorial provides a quick look at how to establish a field as a primary key in a table and how to create single and multiple indexes on non-primary key fields.

Date: May 23, 2012
Start Time: 12:00 PM EDT
Duration: 15 Minutes

Register Online by Clicking Here

Access- Creating tables and building relationships

Description: Once you have your primary and foreign keys established, it’s time to build relationships between fields in multiple tables. These relationships become the connections that link data from disparate tables. In this session we start at the beginning of the table creation process and go right up through building relationships between separate tables.

Date: May 23, 2012
Start Time: 1:00 PM EDT
Duration: 15 Minutes

Register Online by Clicking Here

Microsoft Access and SQL Consulting Services

Wednesday, April 25th, 2012

Did you know that KnowledgeWave and Log on to Learn provides database design, support and reporting services for Microsoft Access and SQL? We bring decades of database experience to the table and have helped 100’s of individuals and companies across North America meet their need for data capture and custom reporting.

Our instructors are consultants, they provide great on-demand video and interactive sessions via our Log on to Learn content library, but they can also provide on-site, or live online consulting services to help you with your database needs.

We’ve helped hundreds of clients turn their assortment of spreadsheets, external mailing lists and other documents into a streamlined, organized database. The result is more time to work on the things their businesses need from them and less time creating reports. Let us know how we can help you!

Call 1-800-831-8449 for more information on our database services.

Create an Interactive Access Form to Filter a Query by Date Range

Monday, April 23rd, 2012

Date ranges are a very common filter that database users  want to implement in their queries. For example, let’s say your company sells office supplies and your databases tracks customer orders. You want to run a monthly query that summarizes total orders.

 

 

 

 

You can save your database users time and frustration by creating a friendly, interactive form that allows them to enter a beginning order date and an ending order date. Then, with a click of a button, they can run a query that displays the order information for their specified date range.

Follow these steps (in Access 2007 or Access 2010):  Or click the PDF Icon to Download these steps in PDF format.

 

 

 

1. On the Create tab, click Form Design in the Forms group.

 

 

 

2. In the Form Design window, the Form Design Tools Group is now active.

3. In the Controls group, click the Text Box to add a text box to the form.

 

 

4.  Add a second text box to the form.

5. Change the caption in the label to be more descriptive (for example, Begin Order Date). Modify the second label (for example, End Order Date).

 

 

 

 

 

 

6. Click the “Unbound” portion of the first text box.

7. Make sure the Property Sheet pane is displayed on the right side of screen. Click Property Sheet, if the Property Sheet pane is not displayed.

 

 

 

 

 

 

 

 

8. On the Property Sheet, click the All tab.

9. Change the Name property to be descriptive (for example, txtBeginOrderDate).

10. Change the Format property to Short Date.

11. Click on the second “unbound” text box and change its Name and Format properties.

12. Save the parameter form. You can keep the parameter form open, since we’ll add a command button to it as our last step.

Modify the Query to Receive the Date Range Values from the Parameter Form

1. Open your query in Design View, or create the query, then switch to Design View.

2. In the Criteria row of the appropriate date field, right-click and select Build…

 

 

 

 

 

 

 

3. The Expression Builder is now displayed. In the upper area, we’ll build an expression that selects the orders between a begin date and end date that’s entered in the parameter form.

4. Type the word between (followed by a space).

5. In the lower half of the Expression Builder, click on the (+) sign to the left of the Database name to expand the list.

6. Click on the (+) sign to the left of Forms.

7. If your interactive form is still open, you can expand the Loaded Forms list. If you closed the interactive form, expand All Forms. Click on the parameter form name.

8. In the middle area (under Expression Categories), you’ll see both text box names that you created on the interactive form

9. Double-click on the Begin Date text box. In the top-half of the Expression Builder, your expression may look something like:

between Forms![ParameterForm]![txtBeginOrderDate]

10. After the Begin Date text box name, type the word and, then double-click on the End Date text box name.

11. Your final formula will look something like this:

between Forms![ParameterForm]![txtBeginOrderDate] and Forms![ParameterForm]![txtEndOrderDate]

12. Click OK to save and close the Expression Builder.

13. The expression you just created will now display in the Criteria row of your query.

14. Save your query and close it.

Final Step: Create a Command Button to Run the Query

1. Open your parameter form and switch to Design View, if needed.

2. On the Form Design Tools group, click the Design tab.

3. Click Button.

 

 

 

4. Click on the form to start the Command Button Wizard.

5. In the Categories list, click on Miscellaneous.

6. In the Actions list, click on Run Query.

7. Click Next.

 

 

 

 

 

 

 

 

 

8. Select your query and click Next.

9. Choose whether you want text or a picture for your button. Click Next.

10. Type a descriptive name (without spaces). For example, cmdRunOrdersDateQuery.

11. Click Finish.

12. Save your parameter form and test it out.

 

Click the PDF Icon to Download these steps in PDF format.

 

 

 

 

KnowledgeWave provides Access and SQL consulting services both on site and remotely. We’ve helped hundreds of clients turn their assortment of spreadsheets, external mailing lists and other documents into a streamlined, organized database. The result is more time to work on the things their businesses need from them and less time creating reports. Let us know how we can help you! Call us at 1-800-831-8449.

Mastering Queries in Microsoft Access 2010 No-Fee Webinar

Monday, August 15th, 2011



Via Log on to Learn, KnowledgeWave is pleased to offer this Great Mastering Queries in Microsoft Access 2010 Webinar event this August.

Product(s): Microsoft Access
Audience(s): Business Professional Duration: 60 Minutes
Start Date: August 31st, 2011 Start Time: 1:00 PM EDT (US)

Event Overview:
Queries are an essential part of any database; they are how you extract meaningful information from your database to help answer key business questions. We have designed this webinar to make the Query labyrinth easier to understand. This webinar will cover how Table Relationships and Queries interconnect to make a database more dynamic. We will begin the session with a swift overview of Table Relationships and then dig deep inside the world of advanced Queries. We will be covering Action Queries such as Make Table, Update and Delete Queries. We will take an in-depth look at Single Level and Multiple Level Parameter Queries. Lastly, we will demonstrate how Microsoft Access Crosstab Query enables users to summarize information in a compact format which is similar to a spreadsheet.

Register Online: Click Here
Event Free: $99, but Usecode: SUMMERFREE at checkout to attend free!

Register Online: Click Here
Event Free: $99, but Usecode: SUMMERFREE at checkout to attend free!

Access 2010- Getting Started

Wednesday, September 29th, 2010

Access 2010- Getting Started

Product(s): Microsoft Office Access 2010
Audience(s): Business Professional.
Date(s): Wednesday, October 27, 2010, 3:00PM (EST) U.S.
Duration: 60 Minutes

Event Overview:
If you think databases are hard to understand, you’re not up to date. That may have been true once, but not anymore. Access 2010 makes it easy to manage your data by giving you a set of ready-made database templates. This Webinar will explain the advantages of Access compared to other ways of working with data such as Microsoft Excel.

Join us for this 60 minute Webinar and you will gain a fundamental understanding of the Access Objects; Tables, Queries, Forms and Reports. This seminar will show you the basics on how to create a table and add records. You will also learn how to create a simple Form for data entry, along with creating simple queries and simple reports. Let us take you on this quick tour of Microsoft Access so you can see how easy and powerful it can be.

be.To Register: Click Here Fee: $99.00

Webinar: Learn the Basics in Microsoft Access 2007

Wednesday, January 6th, 2010

Learn the Basics in Microsoft Access 2007

Product(s): Microsoft Access 2007
Audience(s): Business Professional.
Date(s): Tuesday, January 12, 2010, 1:00PM (EST) U.S.
Duration: 60 Minutes

Event Overview:

Learn the basics of Microsoft Access in this workshop. You will learn what all the objects are within Access. You will learn the basics of how to create a table, you will learn how to work with Forms, create simple queries and simple reports. This is an excellent way to begin to learn Microsoft Access.

About the Presenter: With 8+ years of experience teaching the Microsoft Office Suite, David Thibault, Director of Education for KnowledgeWave Training in South Burlington, VT uses his upbeat, high energy teaching style in the classroom and online.  David has led corporate implementations of new software and written courseware for all applications in the Office Suite and 3rd party software.  He continues to specialize in classroom instruction as well as delivers corporate and open enrollment webinars.  His years in the field managing consulting projects have ranged from rollouts to upgrades and mentoring services, giving him the “real-world” knowledge that brings so much value to his classroom and online lessons.

To Register: Click HereFee: $99.00

Webinar: Show and Tell: An Introduction to Creating Effective Access Reports (2003)

Tuesday, August 4th, 2009

Show and Tell: An Introduction to Creating Effective Access Reports (2003)

Product(s): Microsoft Access 2003
Audience(s): Business Professional.
Duration: 60 Minutes
Start Date: Wednesday, August 12, 2009 3:00 PM (EDT) US

Event Overview:
Access reports are extremely powerful, and Access is considered by many to be the best report generator for Microsoft Windows-based databases. Learn efficient techniques for generating informative reports from your Access database. This is a beginner Webinar that focuses on the reporting features within Microsoft Access.

Some of the things you will learn:
* Define reporting
* Use Report Wizard
* Format reports
* Edit reports
* Create Group Report
* Create mailing labels

Click here to register FEE: $79

Ask Questions, Get Answers: An Introduction to Microsoft Access Querying (Access 2007)

Wednesday, May 6th, 2009

Need some Access basics? This webinar gets you started.

Product(s): Microsoft Office Access 2007
Audience(s): Business Professional.
Duration: 60 Minutes
Start Date: Wednesday, May 13, 1:00PM (EDT) US

Event Overview:
With an application as powerful as Microsoft Access, you can easily store and manage a vast amount of data is one location. However, with so much data in one place, how can you find the answers you need and make your data more useful? Queries allow you to search, filter, add, modify, and calculate data across multiple tables in your database. From simple, built-in queries to more complex queries created from scratch, Access features an expansive array of query capabilities to help you locate the exact information you need in a snap.

Click Here To Register Online Fee: $79