I have a question about importing/exporting ...heres the command

VB Code:
  1. DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "SSN", "C:\SSN.xls", True

what I want to do is set this so that the C:\SSN.xls will instead be whatever the current directory the database file is in. Thats pretty much it. Thanks.