
|
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! |
![]() Thursday, March 27, 2008 – Permalink – Entry CheckerA second chanceUnlike Word or Excel, Access does not warn you when data is changed. Unless you make a structural or code change, Access thinks you know what you want to know and allows you to enter or change data and the close the application without a squeak. There is a way around this: "In Microsoft Office Access 2007, by default, users are not prompted to confirm changes after modifying and saving records on a form. But often you might want to prompt users to confirm their changes before the record is saved. User Prompts (with a video) See all Topics access Labels: Macros, Properties, Tutorials <Doug Klippert@ 7:33 AM
Comments:
Post a Comment
Friday, August 10, 2007 – Permalink – Hardcopy RelationshipsDocument database
In Access 2000 thru 2003, this is easy. Simply display the Relationships window as usual and then choose File>Print Relationships from the menu bar. Doing so displays a report preview that you can then print or save.
Labels: General, Properties <Doug Klippert@ 6:32 AM
Comments:
Post a Comment
Tuesday, July 17, 2007 – Permalink – Flag Access ControlsTag PropertyThe TAG property allows you to associate up to 2,084 characters of text with any form, report, section, or control. This is especially helpful when you want to single out a specific subset of controls. For instance, say that you want to hide certain controls on a form when a user clicks a button. You can flag which controls will be hidden by entering the word "Hide" (or any other consistent word) in each control's Tag property. Then, attach the following code to the command button's Click event procedure: Dim ctl As Control ![]() See all Topics access Labels: Macros, Properties, VBA <Doug Klippert@ 6:42 AM
Comments:
Post a Comment
Monday, April 16, 2007 – Permalink – Time IntervalRun code at timed intervals
Labels: Macros, Properties <Doug Klippert@ 6:10 AM
Comments:
Post a Comment
Monday, February 19, 2007 – Permalink – New Line in MemoLabels and Text boxesWhen you're using a form to enter text in a memo field, pressing [Enter] within the text inserts a line break. However, when you're working with a memo in a table's Datasheet view, pressing [Enter] moves the focus to the next field. You can force line breaks when you're entering text by pressing [Ctrl][Enter]. This technique also works with text fields and can be applied when you're entering text in labels or text boxes on a form. To permanently configure a text box so that pressing [Enter] inserts a new line, set its EnterKeyBehavior property equal to New Line In Field. See all Topics access Labels: Entries, Properties <Doug Klippert@ 6:10 AM
Comments:
Post a Comment
Saturday, February 03, 2007 – Permalink – Properties ReportRecord of RecordsIf you would like a report that includes all of the properties, relationships and permissions of the objects in your database, go to Tools>Analyze and choose Documenter... Access will create a VERY detailed report. ![]() Ezy Documenter was recommended by Woody Leonard's Access Watch. See all Topics Labels: Properties <Doug Klippert@ 7:14 AM
Comments:
Post a Comment
|