Share via

Microsoft Access Error Cannot Find Project or Library

Anonymous
2015-07-13T17:31:53+00:00

This is a stand alone program so it should not be looking for a database.  But the code has lighted "Time ()" as the problem.

TM = Time()

 token() = Split(TM, ":", 3)

 TM = token(0) & "_" & token(1) & "_" & Left(token(2), 2) & Right(token(2), 2)

Can you help??

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Anonymous
    2015-07-22T20:13:57+00:00

    Do you know if Access 2010/Windows 8 does not support the Exporting to CSV file?  I can not find that option or is it just missing from a basic update?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-07-14T14:25:07+00:00

    Fixed!!  Thank you very much!!

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2015-07-13T18:43:43+00:00

    It depends on which reference is missing.

    Make a copy of the db before messing around with it.

    Take note of the details of the missing reference

    simply deselect it.

    Try compiling the code.  If it compiles without any errors, there is a chance you don't even need the reference.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2015-07-13T18:31:23+00:00

    Yes it is!!  Can you please tell me how to fix?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2015-07-13T18:17:32+00:00

    Does your code compile?

    Are you missing any VBA references (VBE -> Tools -> References) ?  This normally triggers the error you describe.

    Was this answer helpful?

    0 comments No comments