Search results

  1. dsfcom

    Expr1: [FieldName] Problems

    I am having some trouble with importation of queries which exhibits seemingly random occurences of query fields being renamed to "Expr1: [FieldName]" after import. [FieldName] references the original field name Does this occur because of the import process? There were no users connected...
  2. dsfcom

    Opinions? -- Automatic Database Login

    I was asked if it were possible to log into a workgroup secured db without having to enter the username and password and came up with the attached "accessory" db instead of distributing shortcuts with their username and passwords included in the shortcut as others could view the properties of...
  3. dsfcom

    VBA Timing Question...

    I'm sure to get some flak about this, but I have a question concerning timing (or code processing). Say there's a form with an "OnTimer" event running the following code: Private Sub Form_Timer() Me.Form.TimerInterval = 0 Call GetPrevAccessOptions Call SetAccessOptions Call YetAnotherFunction...
  4. dsfcom

    ACC 2007 Single-Form Scrolling Issue

    Ok. Since "upgrading" to Office 2007 and hence Access 2007, my continuous forms still scroll with the mouse wheel but my single forms do not. It this disabled in ACC 2007 permanently or can I re-enable it somehow? I don't have any code preventing use of the scroll button on the mouse and it...
  5. dsfcom

    Database Window?

    This may seem silly and I've seen no mention of it in this forum yet but the "Database Window" from previous versions of Access is now called the "Object Browser"? I had code to hide the database window on startup but can't seem to find a way to hide the object browser on startup. Any ideas...
  6. dsfcom

    Error When Attempting Edit of Form Code (Random)

    Hello all. I'm having a problem with editing form code at times and cannot figure out why. I have a backup copy of my DB so I keep trying it but always seem to run across the same error eventually and then losing all of my changes having to start over again with the backup. The error seems to...
  7. dsfcom

    Linked Image Path Change Doesn't Work?

    Hello. I've searched and read a few threads concerning image controls on forms and haven't been able to find a solution to my problem (yet). Anyway, I have a form with two image controls (imgOK1 & imgOK2). The previous and current setting of the "Picture" property for both images is set to...
  8. dsfcom

    Report Margin Problems?

    I have a report that prints up to two records per page; when there are three records to print the second page with the third record prints about 1/2" lower than the first page with two records. How can I tell it to print higher on the second page?
Back
Top Bottom