Search results

  1. M

    Dcount

    Thanks Sir, it works now, thanks a lot
  2. M

    Dcount

    Here is the code i used, thanks for your help
  3. M

    Dcount

    Sorry Sir, it doesn't work for me.
  4. M

    Dcount

    Hi , i am working on it to see if it will work
  5. M

    Dcount

    Hi everyone, if you please i wanna count how many lignes between two dates, i mean date from A to B. So i used dcount, but i didn't know what to use in the criteria. Me.textbox1=Dcount("[expr1]","table1","[criteria1]= between #"& me!textbox5 &"# and #"& me!textbox6 &"# ") Is this one correct...
  6. M

    Form size

    Thanks, i'll try to do that
  7. M

    Form size

    Hi everyone, i have a form in my access database, i use the code maximize when i open it in my laptop where i have big screen, but when i open it in my other laptop where i have small screen, some parts of the form not shown , like out of the screen, how to deal with that please
  8. M

    Update with replace

    Thanks a lot, it works for me.
  9. M

    Update with replace

    Thanks a lot, i'll try it and tell you the result, God bless you
  10. M

    Update with replace

    Hi everyone, I have a table "x" where there is a colon named "path", all the lignes in that colon start by G:\&......... I have a form, in the form i have two txtbox, the first one named "P1" and the second is "P2" . When i open the form, the P1 brings the start of the colon "path" from the...
  11. M

    Download pictures by doing copy paste

    Hi everyone, I have a vba code which helps me to download pictures to my form. actually, it loads the picture's path from a folder. (see the picture). When i scan papers like invoices, they regestred in download folder in C. With my access data base, i create a folder "documents". What i need...
  12. M

    Move from M.acc 2010 to 2007

    Tha Thanks brother, i appreciate your help.
  13. M

    Move from M.acc 2010 to 2007

    Thanks my friend, i'll try your proposition, but i have some codes in my data 2010 don't exist in 2007 like (button.backcolor) , so maybe it will not work.thanks
  14. M

    Move from M.acc 2010 to 2007

    Thanks for your replay, i tried to do what you've suggested, but i couldn't, i'll try again and try also what our friend said to my in his replay, but there arz some codes work in 2010 and don't exist in 2007, like "button.backcolor" so maybe those codes will prevent me from transforming my...
  15. M

    Move from M.acc 2010 to 2007

    Hi everyone, Please i need your help, i have an app made by access 2010, when i see that most people in my region still use 2007, i decided to transforme my 2010 app to 2007. When i try to do "copy- paste" to all my tables ,queries, forms , i get nothing, please, i hope if there is any way to do...
  16. M

    Update

    You are a great Teacher, thanks a lot
  17. M

    Update

    Hi everyone, I have a problem and i need your help, imagine i have a table with a large liste of image emplacement, let's say the begining of all the records in the liste is D:\ So what i need is a vba code to update only the beginig of the emplacement, so with one click, all the emplacement in...
  18. M

    Security Warning

    It seems good, i'll try it ,thanks for your help
  19. M

    Security Warning

    Thanks for your time, i understand your point, i'll use your approche.
  20. M

    Security Warning

    Yes, i have to, cause most of people in my country still use 2007 and don't want to change it by the newer versions, so i have to use it to not fall in the problem of app not working, you know, if i code using 2010 or 2013, they will not work in 2007.
Back
Top Bottom