Search results

  1. S

    Error 3075 - Date

    Back slash have worked !! Thanks you so much !! I would have never find this one ! [SOLVED]
  2. S

    Error 3075 - Date

    Hi, Thanks for your reply. I have tried and it does not work too. I obtain the error :
  3. S

    Error 3075 - Date

    Hi, I read a lot of topics about this via Google but I have not find the solution of my problem. So, I am writing a SQL request with VBA and dates are the problem. Below a working code : Qry_Where = " WHERE " & _ "(Table1.[" & Champ_Date & "] > Table2.[" & Champ_Date & "] " &...
  4. S

    Find the price of a security depending the date

    Thanks for your advice, I will try to keep this good practice.
  5. S

    Find the price of a security depending the date

    Hi plog, Many thanks for your detailes explanation: I succeed to replicate it - you make my day ! Now I need to take time to fully understand how it works to be able to use it in different situations. You said : And I agree. I write in my explanation : "Stock Name" but I am using...
  6. S

    Find the price of a security depending the date

    Hmmm i become a little bit nervous to see how many views have my post without any reply. Does this problem is more complex that I though?
  7. S

    Find the price of a security depending the date

    Hi, I am working on this since few days and many hours without to find how could I do that by myself, even if I am quite sure that it is not so hard to do :-/ The context : I receive on a daily basis my portfolio from an outside party : A csv file with let's say 5 columns : Date/ Stock name...
Back
Top Bottom