You'll need a field in each table (Access and the Excel file) with exactly the same date format. Use the Excel format as a guide, and create a calculation that gives you the same for your GL Date field. You can use the DateSerial function in Access to build dates from numbers; something like
DateSerial(YearField,MonthField,1)
Then join Access to Excel on the new date field and the currency; that should let you line up the global exchange rates.
Denis


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks