If by scrolling you mean a scroll bar so you can limit the size of the control but still have ample room for content then yes, absolutely. If you view the properties of your control (text box) you will see a format tab. One of the options is "Scroll Bars". Change it from none to vertical...
Let me clarify by stating that the Control Source line should read:
=Forms![projects]!media and the AfterUpdate is: Me!cost = Me!media.Column(1).
Thanks!
I'm having trouble applying some of the other posts on this issue to mine so I am posting this...
I have a simple simple form with a combo box and a textbox. Let's define them as:
form = "projects"
combobox = "media"
textbox = "cost"
The Combobox is setup to lookup values from another table...
I found one solution although it does not seem to address the root cause. Changing the font to Arial CYR, Arial Greek, or Arial CE seems to correct the issue. The text is now displaying and printing. This has me baffled. Will continue to look for the root...
Whenever I choose "Yes" for the vertical alignment of text on a report label I get the most bizzare result. The text completely disappears. I've tried changing font colors, background colors etc to check for white text on a white background but that is not the problem. I've tried alignment...
I'm familiar with the FORMAT() and CDate() functions, but I'm having a little difficulty getting this to work on what would seem a very simple problem. Here is what I am trying to accomplish:
I have a valid date format...example 7/03/2006. I determine the month with...
Here is one that has always bugged me but I have never found a solution to. I have a pivot chart that I have defined a custom format to. I would like this format to be retained no matter what item you select from the various field choices.
The problem is that evertime you change a value in...
This is a new one for me. I have a database that calculates the week number based on one of two fields. Here is the expression:
Week: Format(IIf([PM Tracking]![Sup FOC] Is Null,[PM Tracking]![Original FOC],[PM Tracking]![Sup FOC]),"ww")
Field names [Original FOC] and [Sup FOC]are short date...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.