
|
Book Home Page Bloglines 1906 CelebrateStadium 2006 OfficeZealot Scobleizer TechRepublic AskWoody SpyJournal Computers Software Microsoft Windows Excel FrontPage PowerPoint Outlook Word Host your Web site with PureHost! |
![]() Monday, April 21, 2008 – Permalink – Cascading Combo BoxesEverything's connected
A cascading combo box solution: Roger J. Carlson CascadingComboBoxes.mdb (beginner) CascadingComboInSubform.mdb (intermediate) See all Topics access <Doug Klippert@ 6:16 AM
Comments:
Post a Comment
Tuesday, April 15, 2008 – Permalink – List Box FilterMultiple selectionsFilter a Report based on List Box Fabalou.com: "How to open a report based on a multiple selection in a list box. For example, you may have a list of makes of car and a report that shows various details for each make of car. You want to allow the users to select a range of cars and pull up the report according to that selection."
<Doug Klippert@ 5:30 AM
Comments:
Post a Comment
Sunday, April 06, 2008 – Permalink – Add a TableDrag drop trickWhile working with a query in Design view, you may find that you need to add a table or query. The "book" way to do it is to click the Show Table toolbar button, drag the appropriate objects from the list, and then close the dialog box. There is another way to do this.
<Doug Klippert@ 6:50 AM
Comments:
Post a Comment
Saturday, March 29, 2008 – Permalink – Week NumbersWho's counting?For most purposes, weeks are numbered with Sunday considered the first day of the week. This works most of the time, but it can be a little confusing certain years.
If your week starts on a different day, you can use the Analysis ToolPac function:
"The function WEEKNUM() in the Analysis Toolpack addin calculates the correct week number for a given date, if you are in the U.S. The user defined function shown here will calculate the correct week number depending on the national language settings on your computer."
datepart("ww",[DateField],7,1)
<Doug Klippert@ 7:23 AM
Comments:
Post a Comment
Friday, March 07, 2008 – Permalink – Tips HandoutAccess tidbitsWoody's Lounge at Wopr.com is a good location to find information on most anything computer like. Here is a downloadable handout with tricks to use with Access. Tips Handout See all Topics access Labels: Tips <Doug Klippert@ 7:00 AM
Comments:
Post a Comment
Saturday, February 09, 2008 – Permalink – Display the Current Record NumberWithout navigationYou may want to remove the navigation buttons from an Access form but still display the current record number. Not the ID or serial number, but the record number that would appear in the navigation box.
<Doug Klippert@ 7:09 AM
Comments:
Post a Comment
Saturday, February 02, 2008 – Permalink – Filter Multiple Selections Table sortsIn a table's Datasheet view, you can filter multiple selections in a few simple ways. In the first method, you select one of the fields you want to filter by and click the Filter By Selection button on the toolbar. Access filters the records by that selection. Next, select the second field you want to filter by and click the button again. Access filters the records even further by this second selection. Continue to follow these steps until you have filtered by the desired number of selections. You can also use Filter by Form. Click the icon on the toolbar. In the displayed form, enter the criteria. You can use And/Or statements, such as "Boston" Or "San Francisco". (Access will enter the quote marks for you.) For the third option, you use the Advanced Filter>Sort feature. To do so, select Records>Filter>Advanced Filter>Sort from the menu bar. Access displays a grid similar to the Query By Example grid. Now, drag down all the fields you want to filter by from the field list. Then, in the Criteria cells enter the values you want to filter for. When you have finished, click the Apply Filter button to see the results. Fourth, you could use Filter by input. Right click any entry in a field you want filtered. Enter the value in the Filter For box and hit Enter. You could then choose another field and sort again by another criteria. Creating a Query would let you save your filter, but these methods can be used to quickly display the desired information in a table. (In 2007 these options are on the Home tab in the Sort & Filter group) Florida Gulf Coast University: Sorting and Filtering eHow.com: How to Filter Records in a Microsoft Access Table Microsoft Kb: How to filter records in an Access database See all Topics access <Doug Klippert@ 7:21 AM
Comments:
Post a Comment
Monday, January 07, 2008 – Permalink – Copy Access Data to New RecordsFewer stepsThe Paste Append feature is often overlooked in Access. This feature lets you quickly create new records that copy existing information from other records. To see one way to use the feature, open a table in Datasheet view.
You'll now have an appropriate number of new records in the table that contains the information you copied. See all Topics access <Doug Klippert@ 8:04 AM
Comments:
Post a Comment
Saturday, January 05, 2008 – Permalink – Sandbox WarningAvoid the dark spotsAccess 2003 added another security feature - slash - PIA. Jet 4.0 has had a protective mode in the past, but Access 2003 takes it seriously.
"To help enhance the security of your data, you have the option of running Access 2003 in sandbox mode. In sandbox mode, Access evaluates only those expressions in field properties and controls that are safe. An expression is considered safe if it does not use functions or properties that could be exploited by malicious users to access drives, files, or other resources for which they do not have authorization. For example, functions such as Kill and Shell could be used to damage data and files on a computer, so they are not considered safe.
About Microsoft Jet Expression Service sandbox mode
"Unless yours is a stand-alone computer (not part of a network), and you don't ever connect to the Internet, and no one ever has physical access to your computer, or your databases and other files are protected with strong passwords, you should not even consider setting the macro security level to Low."
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines] Access 2007 sandbox 2007 has fewer warning messages. Earlier versions of Access forced you to deal with a variety of alert messages - macro security and sandbox mode, just to name two. By default, if you open an Office Access 2007 database outside of a trusted location, you see a single tool called the Message Bar. New in 2007 VB123.com: <Doug Klippert@ 4:23 AM
Comments:
Post a Comment
Thursday, December 27, 2007 – Permalink – Resize FormIt's fitting
<Doug Klippert@ 7:21 AM
Comments:
Post a Comment
Thursday, December 06, 2007 – Permalink – Info DocsThings you need to knowWOPR.com has a great lounge with members who can answer most any question you can come up with. Steve Hayward prepared a couple of Access papers that contain vital information about databases. Golden Rules Normalization Doc See all Topics access <Doug Klippert@ 6:59 AM
Comments:
Post a Comment
Saturday, December 01, 2007 – Permalink – Splash ScreenBrand your appYou can replace the Access splash screen with your own logo. Access displays a quick splash screen when you launch it. You can replace that splash screen with a graphic of your own. Save a bitmap graphic in the same folder as the database. Give the graphic the same name as your database and make sure it has a BMP extension. (MyDatabase.BMP) Now when you launch Access by double-clicking on the database icon or its shortcut, you will see your logo instead of Access's default screen. You can also make the graphic 1x1 pixels, so it won't be seen. Advisor.com: Create Personalized Splash Screens for Access MS Knowledge Base: How to Create a Custom Startup "Splash" Screen See all Topics access <Doug Klippert@ 6:33 AM
Comments:
Post a Comment
Tuesday, September 25, 2007 – Permalink – Print Raw DataFrom reports and forms
<Doug Klippert@ 8:06 AM
Comments:
Post a Comment
Saturday, September 22, 2007 – Permalink – Zoom Box FontsCustomizeChange the appearance of text in Access' Zoom box
<Doug Klippert@ 7:30 AM
Comments:
Post a Comment
Tuesday, September 11, 2007 – Permalink – Prevent Users From Copying Field TextCopy or selectAs you know, you can set a form field's Locked property to Yes to prevent users from changing the underlying data. However, users are still able to select and copy data from the field, and you may not always want this to be the case. The solution is to also set the field's Enabled property to No. Ordinarily, setting the Enabled property this way causes the field and its associated label to be difficult to read. However, when you set the Enabled property to No and the Locked property to Yes, the fields and labels look exactly as they do when they're enabled for normal entry. The difference is that users will be unable to select or copy any of the displayed data. See all Topics access Labels: Tips <Doug Klippert@ 5:47 AM
Comments:
Post a Comment
Saturday, August 25, 2007 – Permalink – Zoom BoxBetter viewAccess does not provide much room to enter long expressions in queries, forms, or reports. You can drag the column wider, but there is a neater, quicker method.
<Doug Klippert@ 7:48 AM
Comments:
Post a Comment
Tuesday, July 31, 2007 – Permalink – Startup Switches for AccessYour choice"This article shows you how to customize the way that Microsoft Office Access 2007 starts by adding switches and parameters to the startup command. For example, you can have Office Access 2007 open a specific file or run a specific macro when it starts." Office.Microsoft.com Also: Support.Microsoft.com VB123.com See all Topics access <Doug Klippert@ 6:28 AM
Comments:
Post a Comment
Saturday, July 21, 2007 – Permalink – Access TutorialsLearning SitesMicrosoft has created a web site for Office 2003 and 2007. Part of the site is devoted to tutorials touching on: Word, Access, Publisher , Outlook, PowerPoint, InfoPath , Excel, Visio, OneNote, FrontPage/Expression, and Project. The Access lessons are located here: 2003 Access Tutorials (You will see something different if Office 2003 or 2007 is not installed) Here are some other sites:
<Doug Klippert@ 7:05 AM
Comments:
Post a Comment
Friday, July 06, 2007 – Permalink – MS RSS FeedsEavesdrop on the expertsRSS feeds can give you a flow of new information. Microsoft knows the value of these web casts and provides a list of links from Access to SharePoint Server: RSS Feeds on Microsoft Office See all Topics access Labels: Tips <Doug Klippert@ 7:21 AM
Comments:
Post a Comment
Thursday, July 05, 2007 – Permalink – Creating Hyperlinks In Access TablesSimply
There's an even easier way to do this using Internet Explorer.
You'll find that the URL is automatically inserted in the dialog box. See all Topics access Labels: Tips <Doug Klippert@ 5:53 AM
Comments:
Post a Comment
|