
|
Use your pdf converter to make your pdf files easy! You can now buy software that makes converting pdf to doc possible! Did you know you can even convert pdf to word? 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! |
![]() Sunday, October 30, 2011 – Permalink – Canada/US Postal CodesAutomatic Input masksIf you have a mix of Canadian and US postal codes, you might play with the following code inserted as a Country control "After Update" Event property. comp.databases.ms-access forum Working with postal codes in Access As a rule, if you won't be performing numeric calculations on the data, entries should be stored as text. Social Security numbers, Phone numbers and postal codes should be stored as text. You can use alphabetic characters in an input mask. For example, one of the sample input masks is >L0L\ 0L0 used to represent a Canadian postal code. The ">" character in the input mask converts all the characters that follow to uppercase. The "L" character requires an alpha entry; the "0" (zero) requires a numeric entry. A "\"character causes the following character to be displayed as a literal character rather than a mask character. A space appears between the three character pairs. For example, V5P 2G1 is one valid postal code that the user could enter. The mask would prevent the user from entering two sequential alphabetic characters or numbers. See: Trinity University - San Antonio, Texas: Input mask Definition characters used to create an input mask Some validation rules You can manipulate postal codes in Access by changing the data type, input mask, or format of a postal code field. Microsoft KB 207829: ACC2000: How to Manipulate ZIP Codes in Microsoft Access. Also see: Postal Codes See all Topics access Labels: Entries, Forms, Properties, Reference, Tips, Tutorials, VBA <Doug Klippert@ 3:56 AM
Comments:
Post a Comment
Monday, October 24, 2011 – 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. Drag the table or query object's icon from the Database window/Navigation pane directly to the top half of the query design grid. You can also use this technique in Access's Relationships window See all Topics access <Doug Klippert@ 3:41 AM
Comments:
Post a Comment
Monday, October 17, 2011 – 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. 2004 has 53 weeks. January 1 is the only day in the first week of 2005. Week 2 starts on Sunday 1/2/2005. Chip Pearson is the Date and Time guy: Week Numbers In Excel "Under the International Organization for Standardization (ISO) standard 8601, a week always begins on a Monday, and ends on a Sunday. The first week of a year is that week which contains the first Thursday of the year, or, equivalently, contains Jan-4. The first week of 2005 should start on January 3. The first and second would be part of week 53 of 2004. Wikipedia: Week Dates If your week starts on a different day, you can use the Analysis ToolPac function: =WEEKNUM(A1, 2) for a week that starts on Monday, =WEEKNUM(A1) if it starts on Sunday. Also this from ExcelTip.com: Weeknumbers using VBA in Microsoft Excel "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." In Access: DatePart Function If your work week is always Saturday through Friday then datepart("ww",[DateField],7,1) will return 1 for 1/1/2005 through 1/7/2005, 2 for January 8-14/2005, etc. Otherwise use 1 for Sunday through 7 for Saturday. The last number sets these parameters: 1, Start with week in which January 1 occurs (default). 2, Start with the first week that has at least four days in the new year. 3, Start with first full week of the year. See all Topics access <Doug Klippert@ 3:52 AM
Comments:
Post a Comment
Saturday, October 15, 2011 – 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 <Doug Klippert@ 3:56 AM
Comments:
Post a Comment
Tuesday, October 11, 2011 – Permalink – Reminder - Task - OutlookSent from Access"If you have a table that contains a date field, and you want to make sure that something happens on that date, one way is to create an Outlook task with a reminder that will pop up on the specified date; you can even use the Outlook reminder to create an email message that will be sent on the specified date. The file is located on Helen Feddema's site. Access Archon Scroll down to #126 The zip file contains the WAW article, in Word format, plus the supporting file. Helen Feddema has been working with Word since v. 1.1, Access since the beta of v. 1.0, and Outlook since the beta of v. 8.0 (that's where Outlook started its version numbering). See all Topics access <Doug Klippert@ 3:12 AM
Comments:
Post a Comment
Monday, October 10, 2011 – Permalink – Default SaveChoose your own locationWhen you choose to save most Office files, the Save dialog box defaults to the Documents or My Documents folder. (The following directions work in 2007-10, but you need to click on the Office button in the upper left corner of the Window)
Change the folder where e-mail messages and attachments are saved Also: D.C. Everest school district Weston, WI: Office Default Paths If you don't want to change the default, but would like to be able to quickly go to an alternate site, open the Save or Save Attachment dialog box. On the left side of the box is the Places Navigation bar. If you click the Desktop icon, that location will be used to save the file. You can add spots to the bar. Browse to the specific folder. Highlight the folder and click the down arrow beside the Tools option. Select "Add to My Places." The file or e-mail attachment can then be saved where you want. See all Topics access <Doug Klippert@ 3:29 AM
Comments:
Post a Comment
Wednesday, October 05, 2011 – Permalink – Form and DataGood comboIn Access, tables can be a bother to use for data entry. Constructing a Form can make it easier. Here is an MS demo about combining the two: "While working with forms, a split form can be a very useful view because you simultaneously get two views of the form that are connected to the same data source. Form and data ![]() See all Topics access <Doug Klippert@ 3:32 AM
Comments:
Post a Comment
|