Search results

  1. 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 & "] " &...
  2. 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