Search results

  1. EL_Gringo

    Skype: Download file / overwrite does not overwrite

    Skype: When I download a file sent to me via Skype, and confirm to overwrite an existing file of the same name in the destination folder, the existing file is not overwritten, but Skype saves the downloaded file as 'Filename (1)'. This is absolutely annoying and leads to mistakes when the new...
  2. EL_Gringo

    Solved Set frm = Forms(FormName): Error 438

    No matter how, I cannot get Set frm = Forms(FormName) to work. Though used in uncountable solutions, I'm stonewalled by Error 13, Type mismatch or Error 438, Object doesn't support this property or method. What works: Private Sub Test_Click() ListControlProps Me End Sub Public Sub...
  3. EL_Gringo

    VBA errors with Access in non-English language

    I recently face strange errors when taking an App to a computer that runs Access in Spanish (I'm developing on an all English System, W10, Office 2013 32 Bit): A simple statement like Me.FilterOn=True asks to introduce the parameter value for Verdadero (Spanish for True); no matter if I then...
  4. EL_Gringo

    A form constantly asks to be saved whenever any changes are made to VBA in other forms

    I have several forms with VBA. Whenever I make changes to VBA in one of them, a specific form asks to be saved, even though no changes have been made to its VBA. I tried compact and repair database and decompile, no success.
  5. EL_Gringo

    Question Strange VBA-behavior

    I ran into a strange behaviour in a rutine that deletes a line in a table and then generates two values based on DSums. The second DSum allways returns '0'. Putting the Dsums before the delete, they work fine. The code: A) This gives the problem: CurrentDb.Execute "DELETE * FROM Table3...
  6. EL_Gringo

    Hi Folks! Hola Gente! Moin!

    This is a bit frustrating, as this site seems to be 'optimated' for the MS Internet Explorer, and I do not usually use that. Anyhow. Coming a long way from the dawns of home-programming (TI 55!), I ended up with Access (now 2007); having bumped my head ever so often into problems :banghead...
Top Bottom