Recent content by Gazza111

  1. G

    Compile Error Help

    Thank you meloncolly :):) meloncolly, I cannot thank you enough. Although I created the database I am very much a novice and couldn´t have done it without the help of people like yourself. Thank you! gazza111 :) :)
  2. G

    Compile Error Help

    I use a Command Button in Form "CAR" to open a specific Word Document, input text on the Word Document from the Database, print and close. For some reason today it has decided not to work and I receive the following "Compile Error - Can´t find project or Library". The error seems to be in the...
  3. G

    Opening Word Problem

    The only help I can give is a copy of what I use myself and it works: Private Sub Command286_Click() On Error GoTo MergeButton_Err Dim objWord As Word.Application 'Start Microsoft Word 2000. Set objWord = CreateObject("Word.Application") With objWord...
  4. G

    Invalid Argument Error

    I have a Form based on a Table of Clients, names and addresses etc. One of the records appears to be corrupt in some way because any time I attempt to access this record, either on the Table or in the Form, I receive an error message "Invalid Argument". The database then shows #Error in every...
  5. G

    Copy Subform within a Form

    I have a Command Button within a Form that duplicates the information within the Form i.e. creates a new record (Autonumber) using the same information. However, there is also a Subform within the Form and when the Command Button is pressed to duplicate the information within the Form it...
  6. G

    Transfer Access 2000 Database from one Computer to Another

    I´ve checked the MDAC on both computers and both show the same version 2.7 RTM. Any further advice would be most appreciated. Thanks.
  7. G

    Transfer Access 2000 Database from one Computer to Another

    Thanks FoFa. Although I created the database from scratch I am a novice when it comes to the technical aspects. I would not know how the compare the data access components on the two computers, however, given that one system is a lot older than the other I imagine this is logical. How should...
  8. G

    Transfer Access 2000 Database from one Computer to Another

    I wish to transfer an Access 2000 database from its location on computer1 to computer2 as computer1 is old and giving some problems. I then wish to have network users access the database on computer2. I have tried to copy the database from computer1 to computer2. When I then try to open the...
Back
Top Bottom