Posts Tagged ‘query’

2.29 Password Protecting Queries with Access VBA

Monday, February 1st, 2010

Forcing a password to be entered in order to run a query
Here’s the code I used
Password.SetFocus
If Password = “Manager1″ Then
MsgBox “Access Granted”, vbInformation, “CD Shop”
MsgBox “Delete Query Active”, vbInformation, “CD Shop”
DoCmd.RunMacro “M_ArchiveStock”
MsgBox “Deletion Confirmed”
Else
MsgBox “Please re-enter your Password.”
End If

Duration : 0:6:54

(more…)

Build a Pivot Table after using the Excel Add-In “XL-DBQuery” to Query an Access Database

Monday, February 1st, 2010

This demonstration by the author of XL-DBQuery Kevin Edwards, shows you how to use the query/sql builder XL-DBQuery to query a Microsoft Access database and then export the query results back into Excel as dynamic, refreshable Excel Pivot Table. Find out more at sbsdevltd.co.uk

Duration : 0:4:31

(more…)

2.3 Creating Simple Queries in Access

Friday, January 29th, 2010

Simple select queries, on one or more fields

Duration : 0:2:21

(more…)

2.13 Using Delete Queries in Microsoft Access

Thursday, January 14th, 2010

Using queries to selectively delete records

Duration : 0:2:50

(more…)

Access 2003 Tutorial Crosstab Queries Microsoft Training Lesson 9.5

Wednesday, December 30th, 2009

Learn how to use a crosstab query in Microsoft Access at www.teachUcomp.com. Get the complete tutorial FREE at http://www.teachucomp.com/free – the most comprehensive Access tutorial available. Visit us today!

Duration : 0:4:43

(more…)

Dashboard Builder for Microsoft Access

Saturday, December 26th, 2009

A brief demo of Dashboard Builder for Access, which gives you quick access to your data without knowing VB.

http://www.opengatesw.net

Duration : 0:6:35

(more…)

2.24 Calculated Queries in Access (Calculated Fields)

Friday, December 18th, 2009

Using a calculated field to work out the tax payable on an item, then adjusting item value

Duration : 0:4:27

(more…)

Access – Parameter Query.avi

Sunday, November 29th, 2009

Parameter Queries in Microsoft Access

Duration : 0:4:12

(more…)

Create Access Database – Part 5

Sunday, November 29th, 2009

Creating queries in an Access database.

Duration : 0:10:45

(more…)

Microsoft Access Aggregate Query

Sunday, November 29th, 2009

Learn how to make an Aggregate Query in Microsoft Access – to sum up all of a customer’s order amounts, for example. Go to www.599CD.com/Access/YouTube for more free tutorials.

Duration : 0:4:49

(more…)