Results 1 to 5 of 5
  1. #1
    NIRAJ is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Feb 2012
    Posts
    2

    Angry Removing colon (:) from reports

    I'm using Access 2010 on Windows XP and I'm having problem with colons ( showing up on blank lines of the report. I don't know how to get rid of it. I inherited this database from a previous user and he's long gone. Any information that would help is greatly appreciated



    Thanks.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    There is some code somewhere that says 'use : if value is null or empty string' or something like that. This is most likely an expression in a query or textbox ControlSource property or in code behind the report. You will simply have to track it down. Is there any VBA code behind the report? You could start with a search in the VBA editor for that character.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    NIRAJ is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Feb 2012
    Posts
    2
    Quote Originally Posted by June7 View Post
    There is some code somewhere that says 'use : if value is null or empty string' or something like that. This is most likely an expression in a query or textbox ControlSource property or in code behind the report. You will simply have to track it down. Is there any VBA code behind the report? You could start with a search in the VBA editor for that character.
    Thanks for the response, but I waded through the code looking for ":" but did not find any. So it can't be the code. But after further examination, I found the following. See attached image. All the labels have a ":" at the end, except for the label "Development Area", whose ":" for some reason is showing up under it. What is causing? Is there something in the label property I need to fix?

    Click image for larger version. 

Name:	3-2-2012 10-01-29 AM.jpg 
Views:	17 
Size:	21.9 KB 
ID:	6580

  4. #4
    VariableZ's Avatar
    VariableZ is offline Partially Knowledgeable
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    Georgia, USA
    Posts
    40
    Just a shot in the dark since I can't see your code, but could the label be a tad short? You can try making it a little longer and see if that clears up the problem.

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    I don't think that is a label showing the :, but maybe a textbox that has either an expression in ControlSource that results in the : display or a field in table has only that character in it. Check the textbox ControlSource, still not found, do a Search on that column in the table.
    Last edited by June7; 03-03-2012 at 03:14 AM.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Removing duplicates
    By DAVID W in forum Access
    Replies: 5
    Last Post: 12-21-2011, 03:15 PM
  2. Need help removing duplicates
    By warlock in forum Queries
    Replies: 1
    Last Post: 04-14-2011, 03:44 PM
  3. Removing Gaps from Report
    By caseym in forum Reports
    Replies: 2
    Last Post: 03-25-2011, 04:07 PM
  4. Semi-colon Functionality
    By TheDeceived in forum Access
    Replies: 3
    Last Post: 09-22-2010, 10:52 AM
  5. Removing parameters
    By katrinanyc926 in forum Reports
    Replies: 1
    Last Post: 08-04-2010, 04:24 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