Results 1 to 4 of 4
  1. #1
    Shortone is offline Novice
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Dec 2010
    Posts
    2

    How do I fix the #type!

    Yep- I'm a total newbie to access and don't have a DB background.

    Since converting to Office 2010, I get #type! instead of a $ amount when I print.


    Any ideas?

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    what are you printing? a report? what does it say when you view it? same thing? (I hope!)

    what code is attached to the control that's throwing the error?

  3. #3
    Shortone is offline Novice
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Dec 2010
    Posts
    2
    Hi Adam,

    In the print preview- i get the #type! displayed. In the design view I have a variety of different control sources such as
    ="(" & [ac] & ") " & Format([phone],"#-0000") which in previous version would show the clients phone number.

    I didn't set up the report (and haven't got a clue how to) but since upgrading I have quite a few different text boxes showing #type!

    Any ideas you have would be greatly appreciated!

    Shona.

  4. #4
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    i'm not real sure. i've never seen this one before. this article explains the causes for the other errors closely related: http://support.microsoft.com/kb/90860

    I would guess, if the db is not corrupted, that you can find the answer by using bits and pieces of the whole value, a little at a time. e.g. - first try:
    Code:
    ="(" & [ac]
    if that displays fine, add more to it. etc, etc...until the error is thrown.

    if the first parenthesis ends up throwing the error, something is corrupt. the rpt, the db, the control. something.

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

Similar Threads

  1. What type of code are you looking for?
    By dcrake in forum Code Repository
    Replies: 23
    Last Post: 06-15-2011, 02:06 PM
  2. Find as you type
    By pkstormy in forum Code Repository
    Replies: 0
    Last Post: 08-31-2010, 04:51 AM
  3. Type mismatch
    By jgelpi16 in forum Programming
    Replies: 1
    Last Post: 08-07-2010, 06:54 AM
  4. Replies: 2
    Last Post: 03-18-2010, 08:24 PM
  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