You are here:

Databases

Recent Answers

2009-11-23 Using MS Access - On closing a MDB, automatically open a .DOC file:

Part of this depends on how you close Access. Do you have an Exit button on a switchboard? The code is simple: Application.FollowHyperlink "C:\Documents\letters.doc" DoCmd.Quit or wherever letters

2009-11-23 Using MS Access - User-defined search:

I've used a variation of Don's concept in a number of apps. But I disagree with two of his processes. First, I would not use a subform here. I would put the controls where you enter criteria in the form

2009-11-23 Using MS Access - extracting queries to reports:

Every version of Access has a report wizard and the first thing that is asked in the wizard is what table or query to use for the report's record source. Just use the queries you have created to let the

2009-11-22 Using MS Access - access & word:

Have you enable macro ? follow these steps : 1) Click Office Icon on left corner. on right bottom you have 2 buttons viz. Access Options & Exit Access Click Access Options 2) From left Pane Click

2009-11-22 Using MS Access - Adding a record to a subform when it's based on a query:

In the VBE go to the Edit menu and choose Find. Do a find in the current Project and you can search for all instances of Date and then edit the ones that are applicable. Macros and queries you will

Categories

Browse Alphabetically

©2009 About.com, a part of The New York Times Company. All rights reserved.