Results 1 to 4 of 4
  1. #1
    lilg1924 is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2010
    Posts
    3

    Question type mismatch in expression

    Hi, I am an access newbie. I've downloaded a dummy mdb from a forum.
    Problems: an error pops out that " type mismatch in expression" when I use "qryDocumentListing“, ”qryLastest DocRevList“, and ”rptDocmentRegister“, can anybody help? thanks.

  2. #2
    ConneXionLost's Avatar
    ConneXionLost is offline Simulacrum
    Windows XP Access 2003
    Join Date
    Jan 2010
    Location
    Victoria, Canada
    Posts
    291
    Open the query [qryLatest DocRevList] in design view.

    Delete the join:

    Code:
    tblDocRevisionsLog.actionee = tblUsers.userID
    Make a join:

    Code:
    tblDocRevisionsLog.actionee = tblUsers.firstname
    Cheers,

  3. #3
    lilg1924 is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2010
    Posts
    3

    Thumbs up

    Quote Originally Posted by ConneXionLost View Post
    Open the query [qryLatest DocRevList] in design view.

    Delete the join:

    Code:
    tblDocRevisionsLog.actionee = tblUsers.userID
    Make a join:

    Code:
    tblDocRevisionsLog.actionee = tblUsers.firstname
    Cheers,
    problem solved, THANK YOU SIR!!

  4. #4
    lilg1924 is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2010
    Posts
    3

    report and query result

    Quote Originally Posted by ConneXionLost View Post
    Open the query [qryLatest DocRevList] in design view.

    Delete the join:

    Code:
    tblDocRevisionsLog.actionee = tblUsers.userID
    Make a join:

    Code:
    tblDocRevisionsLog.actionee = tblUsers.firstname
    Cheers,
    Hi there, I have a new problem, the reports in the access(rptDocumentRegister, rptChangeReqDetailed, rptChangeReqSummary) turn out nothing. Can you fix them for me?
    Appreciate.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. data type mismatch in criteria expression
    By broecher in forum Access
    Replies: 4
    Last Post: 09-10-2010, 08:29 AM
  2. Data type mismatch in criteria expression
    By shexe in forum Queries
    Replies: 2
    Last Post: 09-01-2010, 12:47 PM
  3. Type mismatch
    By jgelpi16 in forum Programming
    Replies: 1
    Last Post: 08-07-2010, 06:54 AM
  4. Type mismatch in expression /Query
    By Brian62 in forum Queries
    Replies: 4
    Last Post: 04-22-2010, 10:00 AM
  5. Type Mismatch - HELP!
    By jgelpi in forum Programming
    Replies: 3
    Last Post: 07-17-2009, 03:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums