Search results

  1. solotoo

    MS Office Help files corrupted?

    It looks as though all of our MS Office (2000) help files have been broken somehow. None of the usual helpful icons that appear at the top of help subjects show any more. And if you do get a text link to show and try to click it you get the following error: "An error has occurred in the script...
  2. solotoo

    Access "Not... to be used in a networked environment"

    I have just been told that we shouldn't be using Access to build databases for sharing information. Instead it should only be used to build single user databases. Please, give me some ammunition to show what a stupid statement this is!! :eek:
  3. solotoo

    Set file properties

    I am saving data to an XML file to be read by another application. Is it possible to set the file properties of this saved xml file through VBA? I want to make the file hidden and read-only.
  4. solotoo

    setFocus back to incorrect entry

    Help please I have created a form in Excel with text entry boxes, in the first box the text required is either A,B or C. If an incorrect letter is entered I want to focus to go back to this cell. But I can t seem to manage this. The code I have is... Private Sub txt_ABC_Exit(ByVal Cancel As...
  5. solotoo

    Access back end

    Hi, My query is similar to this one here. I am part of a small intranet team who build internal applications, mostly in Excel using VBA. However Excel isnt always the answer and we would like to use Access more, however our employer wont pay for the number of Access licences required!! We...
  6. solotoo

    Run dialog

    I have this great little bit of code which creates a dialog box, from which you can select a program to run. However Im not happy with the "I dont know" parameters. :) Also the strings dont show up correctly, they just show square boxes, as if the correct font cant be found. Private Declare...
Top Bottom