Search results

  1. K

    MS Access Project Link to MSDE

    We have an MSDE database for which I have built an Access Project reporting tool. The database was recently upgraded to MSDE 2000. I am now unable to view, run or create new stored procedures in this database, though I can link to tables and views without a problem. It appears that a ";1" has...
  2. K

    MS Access Add-ins

    I am interested in an autoexec routine that will automatically install an MS Access 97 add-in if the add-in is not already installed. Anyone?
  3. K

    Access2000 Export Macro Command

    I would like to find the equivalent macro command to the existing macro command in Access97 "RunCommand.SaveAs. In particular, Access 2000 will only allow the user to save the object to the current database using this command, however in Access97 you have the option to export the object to an...
  4. K

    GetOpenFileName API function

    I am trying to use the GetOpenFileName API function in Access. The procedure works fine in the Windows 95 O/S but in Windows 98, I keep getting kicked out of Access when I call the function. Any suggestions?
  5. K

    Exporting Access Tables

    I am trying to export an Access table as a space delimited text file, but the specifications will only allow me to set left justified columns in the text file and I need right justification. Any suggestions?
  6. K

    Linework on reports

    When I preview a report and print it, the lines between sections of the report and around textboxes are displayed and printed, however when anyone else in my office prints the report, the line work is omitted from the hardcopy even though it is visible on their screen in the print preview...
  7. K

    Linking Subreports using VBA

    I am trying to set the LinkChildFields and LinkMasterFields properties for a subform in the OnOpen event procedure, but I cannot find the correct method. Can anyone help with this?
Top Bottom