Recent content by Susy

  1. S

    Path error after trial to deploy database on OneDrive

    Thanks Micron. What do you exactly mean? I have created the app on the C and I thought to copy it to the cloud and then split it in the cloud. Do you think that this is a bad idea?
  2. S

    Path error after trial to deploy database on OneDrive

    Thanks a lot. Indeed in the Linked Table Manager, there was a weird link that I have never requested! I simply deleted it and everything works fine now. Thanks a lot!
  3. S

    Path error after trial to deploy database on OneDrive

    Hi all, I have tried to deploy my database on OneDrive, I splitted it in the OneDrive and then I tried to share the front end part, but unfortunately it didn't work. The person with whom I shared it, has received the following message when opening it: For me, the app worked perfectly. After...
  4. S

    Update value, 2 tables, SQL syntax?

    Thanks a lot Vlad for your help. I managed to update the table!
  5. S

    Update value, 2 tables, SQL syntax?

    Hi Vlad, Thanks for your input. I used your SQL statement and there was a syntax error (missing operator) in query expression 'FX_Month:Month([Date_Transportation]). Any advice? Moreover, as this query uses two tabs, I am wondering if I shouldn't specify the tab I am referring to: SELECT...
  6. S

    Update value, 2 tables, SQL syntax?

    Mhhm ok , I see what you mean. But couldn't I translate the Date_Transportation into a numerical month and only use this info for the FX_Value?
  7. S

    Update value, 2 tables, SQL syntax?

    Mmh not sure to understand your input. I don't think that there is any ambiguity. Lets have a look at my data in the tab Upload_FX: Then in my tab Upload_Freight, I have the Date_Transportation that gives me the FX_Month, FX_Year in the tab Upload_FX, and for the Currency, I use the...
  8. S

    Update value, 2 tables, SQL syntax?

    Thanks, yes, probably this is why I am not able to do it! ;) Actually, i wanted to update this field in order to run a query that translates the local currency into one single currency. In my tab Upload_FX I have the FX rates and in my tab Upload_Freight I have some amounts in local currency. By...
  9. S

    Update value, 2 tables, SQL syntax?

    Hi everyone, I don't understand the SQL syntax with JOIN and would be very thankful if someone could help me! What I am trying to do: I have two tables, Upload_Freight and Upload_FX: What I would like to do is to update the field FX_Value in Upload_Freight. The criteria are that the...
  10. S

    Excel Spreadsheet Import - Help on VBA Code

    Ah thanks a lot! This is a great idea!
  11. S

    Excel Spreadsheet Import - Help on VBA Code

    Thanks a lot. It works perfectly! Do you have any idea how I could simply complete the data and not replace it? Thanks, Susy
  12. S

    Excel Spreadsheet Import - Help on VBA Code

    Hi Vlad, Thanks a lot for your help. I have tried your code, but it doesn't work: Moreover, is there a way to simply complete the table and not clear the contents? Thanks, Susy
  13. S

    Excel Spreadsheet Import - Help on VBA Code

    Hi guys, I am trying to update an existing table with an Excel spreadsheet import, but I am struggling with one part: My codes work perfectly (print screen attached), I can import the data into a new table (highlighted in yellow), but I don't manage to change this and just actualise an existing...
  14. S

    Reports with subreports and partial info selection

    Thanks Pat. I have tried to make the join, but as I am using calculated values in my tables, it doesn't work for all relationships. Consequently, I have to review some parts of my database. Thanks for the tip! ;)
  15. S

    Reports with subreports and partial info selection

    @vba_php: Thanks for your input. In Excel, I would simply use a VLOOKUP or something similar. My criteria would be Bananas, Yellow, March. Would you recommend working on my queries to simplify the task? Or do you think that I will be successful to do it directly in the report? (I am not a...
Top Bottom