Search results

  1. GumbyD

    Copy existing security Group then change

    I would like to copy an existing security group into a new security group and then make some minor changes to the security on some of the objects for the new security group. Does anyone know of a way to do this? Thanks!
  2. GumbyD

    Space removal is driving me crazy!

    This is kind of an odd question, but I hope someone out there has seen this and knows how to change it. I am working in Access 2003 in the VBA window and when I am typing it will instantly remove the space at the end of a line if I pause for just a split second. For example if I am putting in...
  3. GumbyD

    Report Event procedures not firing when directly print

    I hope someone has some ideas on this one. I am using Access XP. I have a report that I am sending directly to the printer from a button on a form. I have some code in place that updates the data for the report in the On Open event of the report (I tested every event procedure for a report...
  4. GumbyD

    docmd.transfertext to Excel error

    I have written some code to export a query to excel. I am using the docmd.transfertext command. When it hits the line of code that executes the export the error "Run Time Error 3190. Too many Fields defined" comes up. The query I am trying to export has only 15 columns and I have repaired...
  5. GumbyD

    AccessXP, WindowsXP references Error

    I hope someone out there has seen this and knows how to deal with it. I have a split database built in Access XP, where the front end has a reference to a code library file (.mde). I have two users one of them is on Windows 2000 - this user can log in a use the databases with no problem. The...
  6. GumbyD

    AccessXP (Me) call generates "Data type Mismatch"

    I am getting the error "Data type Mismatch" when a form opens and runs this code: Private Sub Form_Activate() Call FormOnActivate(Me) DoCmd.MoveSize 0, 0 End Sub When I debug it takes me to the line Call FormOnActivate(Me) The funciton FormOnActivate is in a referenced mde database...
Back
Top Bottom