Thought this would be an easy one, but I'm having trouble....
I have two unbound txt boxes (txtbox1 and txtbox2) on my form that both contain Value Lists. In both txtboxes, I have the column counts set to 2
Here's what they contain...(dummy entries)
Row Source of txtbox1...
I have a form called Dates (frmDates) that I enter a begin and end date into. I have a report linked to this form and I would like for these dates to appear in the report’s title (in the report header).
When I use the code (below) in the text box’s Control Source, it works perfectly, but...
Looks like I had mistakenly placed the code under the Lost Focus event. That's why I was having problems. Now that it's back where I initially intended it to be, it works great. Thanks all!
Sorry to bring this one to life again, but I'm having a problem with the code.
"Problem = problem & vbnewline & fosusername()" works the way I wanted it to, but it fills in the username regardless of whether or not the user makes an entry.
So even if a user selects the field and tabs out...
Thanks again lupins46. Now if I want that entry to be bold, how do I do it using FontBold = True?
I tried to add it to the code, but it bolds my entire memo field instead of just the username.
Thanks
I have a shared .mdb that is on a network server. On my form, I have a field called Problems (formatted as Memo)where users can enter data. This field is added onto quite a bit, as many users keep adding data underneath the prior entries (all in the same field box).
What I am trying to do...
I have posted something similar to this back in Aug-Sept 2004 for my forms, but now I am trying to apply the same logic to my reports.
I am trying to disable all fkey and ctrl functions when a user opens a report. I do not want them to be able to ctrl+s, or ctrl+f etc...and I do not want...
I have a button (button1) on my startup form that when clicked, will give me a report (report1). Now, I have several reports and would like each one to have it's own button. But, because I don't have enough room on my startup form, I have created another form that can accomodate all of my...
I have a form that contains 2 text fields to enter dates (Start Date and End Date) After the user types in the Start Date, I would like the cursor to automatically jump to the End Date box without having to use the Tab button. Not sure if this matters, but I have the input mask set to...
I am using Sybase SQL Advantage 11 and for some reason, regardless of the number of returned rows of data, it will only return data up to row # 32,760.
In other words, if I set rowcount to 40,000 and run the query, it will tell me that 40,000 rows were processed. However, only 32,760 rows...
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.