Search results

  1. R

    Hanging Indent in a Report

    Hello: Does anybody know if it is possible to do a hanging indent in an Access Report? If so, how? I am working on a report that contains numbered paragraphs inside a text box. Within each paragraphs are fields that vary in length. I would like the second line of each paragraph to line up...
  2. R

    Time Difference Calculation

    raskew, Thank you very much for the help and explanation. Now I can rest my brain -until the next challenge. I did modify your code above a little bit so that the minutes always show as "00" instead of just "0". I removed the "Abs" in the following line of code: ElapTimeFig =...
  3. R

    Time Difference Calculation

    Hello: I have a report with three text boxes: Box 1 contains an employee's total weekly hours in hours and minutes: 40:00 Box 2 contains the actual total hours worked for the week: 35:30 Box 3 is the difference between Box 1 minus Box 2 I tried all the date/time functions to calculate the...
  4. R

    How to call a form event from another form

    Hello: Is it possible to call a form event (actually a control's event within the form) from another form? Thanks in advance.
  5. R

    Carriage return in a textbox

    Thanks. Yes, thank you indeed!
  6. R

    How to get started with Access/Web development

    Hello: I've been using Access as my database development tool for a few years. Now I would like to start learning how to use Access in conjuction with other tools (such as ASP, vb.Net, etc.) to develop web applications. Can anyone point me in the right direction, offer ideas on how to get...
  7. R

    Change Report Magnification Programmatically

    When a report is opened in preview mode the user can point the cursor anywhere in the report and click to magnify the report. The default magnification is 100%. This is not large enough for some of my users. Is there a way to programmatically change the magnification to, say, 150%. (I removed...
  8. R

    Problems when using a DB created in Access 2002 (XP) in Access 2003

    The culprit was a virus or a spyware After much work trying to get Access to work it turns out that the problem was either a virus and/or a spyware that was causing Access to not work properly. I ran the following: -McAfee online scan -Norton online scan -Lavasoft Ad-Aware -Spybot Search &...
  9. R

    Problems when using a DB created in Access 2002 (XP) in Access 2003

    I have an Access DB that I created in Access XP. It works perfectly when used in Access XP. When used in an Access 2003 environment some of the functions don't work anymore. I have users who use Office XP and users who use Office 2003. Does anybody know how to make this DB work in Access 2003...
  10. R

    BEFUDDLED & BEWILDERED

    Check your JET. Hi, You may want to read the following article: http://support.microsoft.com/default.aspx?scid=kb;en-us;294698 This article discusses the security feature incorporated in Jet 4.0 which prevents (usually silently) some functions and expressions from executing. It's a pain in...
Back
Top Bottom