Search results

  1. A

    error 1004 application defined object defined error

    Hi, I have some code that set up a logo in Excel thu VBA code in Access all of a sudden, I am getting the 1004 error ...... at the .filename = .... Dim strLogo As String strLogo = DLookup("path_logo", "parametre_general") Debug.Print strLogo 'bypass insert logo if...
  2. A

    run time error 5 on Name Function

    Hi to all, I am usinh the mane function to move a file from 1 folder to another one but now I am getting the error 5 invalid procedure call or argument , wsa working before but no anymore does anyone had this problem before ? this is how my code is strName =...
  3. A

    error 13 type mismatch with Dir()

    Hi, i want to check if a file alerady exist but when I run my code I get the Type mismatch error I cannot figure this on out, my strname display the proper path and there is a file there, the wildcard is there because the number attached to the file name varies strName = "" &...
  4. A

    sudden db problems 2

    Hi to all, I have a very strange situation here and I hope someone can really help shed some light on this. I have a db that is currently working just fine. the problem is when I create the .accde file, the end user is not able to open it. I am getting 2 different msg dependin on how the db is...
  5. A

    Sudden database problems

    Hi to all, I have been working on a db for a couple of weeks now, on my side, everything is working the way it should be. We have different proces to test and approve db changes (meaning different folders with different users for testing like QA, PPROD. I just deployed a version with minor...
  6. A

    Syntax error

    Hi, I am not sur eif this is the right section or not, I have a small syntax problem and after trying all possible syntax I cannot solve this one I need to update a table with a replace function in it but I always get the synbtax error, this is the code I use right now: strFind =...
  7. A

    Unable to requery a listbox

    Hi, I am trying to figure this one out I need to requery a list box after the rowsource has been set to its original SQL but everytime I run my code, nothing is hapenning, this is the code I currently use If Not Me.cboMois.Value = "" Then 'restore to default data in table...
  8. A

    Query problems

    Hi, I have the following Q: SELECT LISTE_CONFORMITE_HISTO_DETAIL.*, LISTE_CONFORMITE_HISTO_DETAIL.AUTRES_MOIS FROM LISTE_CONFORMITE_HISTO_DETAIL WHERE (((LISTE_CONFORMITE_HISTO_DETAIL_MOIS.AUTRES_MOIS)=[Forms]![CONFORMITE_HISTO_LISTE].[cboFiltreMois]![Value])); When thew query is being execute...
  9. A

    Can this be possible

    Hi, it has been too long for me with MSAccess and I have a problem I have taken over some old db from another developer. I want to know if this is possible, there is a form in READ mode only for some security reason (this form is used as a browser). One request is to add a cbo to be able to...
Top Bottom