Search results

  1. E

    Autoupdate of Imported Excel Data?

    I think I'm going to try vbaInet's idea, and if I can't figure that out I'll go the AutoNumber route. Thanks guys!
  2. E

    Autoupdate of Imported Excel Data?

    Hello All, I have a question that I'm still trying to fully formulate, since I can't exactly wrap my mind around what I need to do to fix it. For reference, my database deals primarily with mutual funds, retirement plans, and the reporting associated with them. The database incorporates data...
  3. E

    DLookUp Associated with Multiple Report Values

    Works like a charm! Thank you!! Now I'm trying to add one to return "Fund Name" and using the following syntax: =DLookUp("Fund Name","tblFunds","Ticker='" & [Symbol 1] & "'") And it's returning an #Error Any advice?
  4. E

    DLookUp Associated with Multiple Report Values

    Hello All- I have two tables that I'm hoping to combine in a report. tblPlan has the following fields: Company Code, Symbol 1, Symbol 2, Symbol 3... Symbol 30 tblFunds has the following fields: Fund Name, Ticker, Classification, Status Symbols 1-30 are 5 character stock tickers that...
Back
Top Bottom