Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bajo71

  1. bajo71

    Custom Toolbar/Add-In Location in Access 2007

    Hello, My 2007 Access db(created in version 2003)now shows the custom toolbar in Add-In ribbon. Where does the source file for these objects reside? If I select Add-Ins under Access Options, all I see is one Inactive COM add in named ACECNF.dll; not a clue as to where the add in objects reside...
  2. bajo71

    Text Align Distribute Property Setting

    Hello, Trying to get text boxes in Access 2003 to justify like MS Word. However, it always truncates a sliver of the right-most lettering. Thanks for the input.
  3. bajo71

    1/2 Carriage Return Space in Labels

    Many thanks for the input MichaelRed and Remou.
  4. bajo71

    Me.Circle Method Border Thickness

    Hello, Using VBA to draw a circle, I am trying to make the circle thicker, 1pt width. Right now it draws a hairline thickness and the printer I have spots out in certain places. Here's a portion of the code ...I tried something like Me.BorderWidth = 1, but does not work. Dim ctl As Control...
  5. bajo71

    1/2 Carriage Return Space in Labels

    Line Spacing property for label will not let me enter a value less than zero.
  6. bajo71

    1/2 Carriage Return Space in Labels

    Hello, I will test out the solution proposed by Remou.
  7. bajo71

    1/2 Carriage Return Space in Labels

    Hello, Within a label, I'm trying to return 1/2 the vertical space such that the spacing between printed lines is less. I know I can create multiple labels and bump them up etc, but I've got like 75 to do-it's a text-heavy report. Many thanks.......Mickey
  8. bajo71

    1/2 Carriage Return in Label

    Actually, I meant MS Access report. Text within a label - I'm trying to return 1/2 the vertical space such that the spacing between printed lines is less. I know I can create multiple labels and bump them up etc, but I've got like 75 to do-it's a text-heavy report. Thanks
  9. bajo71

    1/2 Carriage Return in Label

    Hello, Trying to avoid creating a mulitude of labels that adhere to the dimensions of a word document. The font is Callibri 7.5 in Word(Access font size only shows 7 or 8) but the kicker is the carriage returns are more narrow in Word. Essentially, when I want a new line i hold ctl button ...
  10. bajo71

    Radio Button Background Transparent

    Hello, If a record in underlying table is null, the associated radio button on report shows a grey opaque-like fill. Is there anyway to make this white, ie transparent? Many Thanks.......Mickey
  11. bajo71

    Radio Button Centering

    Sorry, I meant the populated radio button. Basically the black dot that fills the button is not centered. This seems like it should be a fairly easy fix.
  12. bajo71

    Radio Button Centering

    Hello, I'm having trouble trying to get the check mark inside a radio button centered on repors. Any suggestions? I'm using Access version 2002. Many thanks.....Mickey
  13. bajo71

    Embedded Image in Sub Report

    Ok thanks.
  14. bajo71

    Embedded Image in Sub Report

    Hello, I'm trying to show 2 sub-reports within a main report. Each sub report has an embedded image in Picture property. When I preview the subs themselves in desing mode, I can see the image, however when part of the main report, all I see are the objects/data but no embedded image. Any...

Part and Inventory Search

Back
Top