Posts Tagged ‘Access 2007’

Create a New Blank Database in Access 2007

Tuesday, March 2nd, 2010

See a higher quality video on TechTutor.TV! A new blank database can be created easily by using the opening Access 2007 screen. In this tutorial, you will learn how to create a new blank database in Access 2007. See higher quality tutorials all for FREE at http://www.techtutor.tv!

Duration : 0:2:0

(more…)

Microsoft Access 2007 Table Data Types and Field Properties

Tuesday, March 2nd, 2010

Learn how to set Table field Data Types, and refine their properties to restrict correct data entry. Filmed on a Macintosh running MS Access 2007 on Windows 7 with Parallels 5, filmed with Snapz Pro.

Duration : 0:6:38

(more…)

Access 2007 Tip- Creating Queries

Saturday, February 27th, 2010

Perhaps the most widely distributed desktop database program in the world, Microsoft® Access is a standard in office information management. Whether you are new to Access or upgrading from a previous release, this course takes you step-by-step through your mastery of Access 2007. Learn to create, manage, and distribute databases, complete with input forms and advanced reporting.

Duration : 0:2:52

(more…)

FormSafe for MS Access Overview

Tuesday, February 23rd, 2010

FormSafe is a tool to protect your Microsoft Access form data at the user level. You can define, for each user, which text boxes, buttons, and other controls can be selected or visible to your end users. Compatible with Access 2000, 2003, 2007, and 2010 (when released), FormSafe is an easy way to enhance your Microsoft Access security strategy. Download a free trial online:
http://www.opengatesw.net/products/FormSafe/FormSafe.htm

Many more Microsoft Access tools and solutions are available here:
http://www.opengatesw.net/

Duration : 0:3:54

(more…)

Access 2007 Tutorial Creating a Multi User Login, for a Database.

Saturday, February 20th, 2010

Username.SetFocus
If Username = “User1″ And Password = “Password” Then
MsgBox “Welcome User1″, vbInformation, “Database”
DoCmd.Close
DoCmd.OpenForm “Form1″
ElseIf Username = “User2″ And Password = “Password” Then
MsgBox “Welcome User2″, vbInformation, “Database”
DoCmd.Close
DoCmd.OpenForm “Form2″
ElseIf Username = “User3″ And Password = “Password” Then
MsgBox “Welcome User3″, vbInformation, “Database”
DoCmd.Close
DoCmd.OpenForm “Form3″
Else
MsgBox “Please re-enter Username and Password”
End If
End Sub

Duration : 0:4:58

(more…)

UI Builder for Microsoft Access Demonstration

Tuesday, December 22nd, 2009

UI Builder is the premier Microsoft Access tool used by thousands of users to make their databases more professional and functional without learning Visual Basic.

Duration : 0:2:49

(more…)

Update access database through a datagridview in vb.net

Sunday, November 22nd, 2009

simplest way to update add edit delete save to an access 2007 database through a datagridview in vb.net 2008.

Duration : 0:3:31

(more…)

Save an Access 2007 Database as an Access 2003 Database

Wednesday, November 4th, 2009

See a higher quality video on TechTutor.TV! If you are creating a database in Access 2007, you may find that you need to open that database in another location using Access 2003. In this tutorial, you will learn how to save an Access 2007 database as an Access 2003 database. See higher quality tutorials all for FREE at http://www.techtutor.tv

Duration : 0:2:2

(more…)

Designer for Microsoft Access version 3.0 demo

Tuesday, October 13th, 2009

Designer for Microsoft Access helps you create well-structured Access databases with normalized tables and powerful data entry forms – all by following a simple, plain-language wizard! You can download a demo at http://www.opengatesw.net/products/Designer/Designer-for-Microsoft-Access.htm or find more Microsoft Access tools at http://www.opengatesw.net

Duration : 0:2:55

(more…)

Designer for Microsoft Access version 3.0 demo

Tuesday, October 13th, 2009

Designer for Microsoft Access helps you create well-structured Access databases with normalized tables and powerful data entry forms – all by following a simple, plain-language wizard! You can download a demo at http://www.opengatesw.net/products/Designer/Designer-for-Microsoft-Access.htm or find more Microsoft Access tools at http://www.opengatesw.net

Duration : 0:2:55

(more…)