| Thread | Last Post | Replies |
|
| Text box word wrap problem | 06 Feb 2005 23:06 GMT | 1 |
I have a text box on a report that can contain some very long strings I pull out of the database. The text box spans nearly the entire width of the report and I want the string to format like a paragraph. The problem is that the strings sometimes contain long chunks of data with ...
|
| Force a new line between concatenated fields in a text box | 06 Feb 2005 18:46 GMT | 3 |
I am trying to set up a report which can have two paragraphs but may only have one! I thought I would use a concatenation but I cannot get it to automatically force a new line for the new paragraph.
|
| from a FORM print a label report 3 labels per sheet for CURRENT re | 06 Feb 2005 18:38 GMT | 7 |
reposted since I haven't gotten an answer ONE MORE thing- yeah sure. I tried the max for the RecID to only print out the last record. It prints the last record entered but not really what I want. On the form I would
|
| create a calculated field based upon grouping in a report | 06 Feb 2005 05:09 GMT | 5 |
I have report based upon a query that has the following informaton: Pt Acct CPT Code Description Status Tot Adj Pmt 37819 24120 xxxxx T $1,064.07 37819 24105 yyyyy T $1,064.07
|
| Defining (or refining) Report Fields at runtime | 06 Feb 2005 05:00 GMT | 3 |
I'm working with a co-worker to develop a database that has quite a few fields in it. The fields are a series of checkboxes that denote training topics that employees need. Not all employees will receive all the training. What I'm trying to do is make a report that will function ...
|
| templates,create,save and use | 06 Feb 2005 04:24 GMT | 1 |
ok, when I create my reports, I always find some fields an little things to be modified, do I have to do that every time or may be one of you "access-experienced" knows how to create my templates, save them and re-use them for further applications?
|
| Label Wizard ..for mailing labels | 06 Feb 2005 04:17 GMT | 1 |
What do I enter when a "label" report asks for.. Enter Parameter Value Trim................. ????????
|
| Flag Today's Date | 06 Feb 2005 01:58 GMT | 6 |
Access 2000. I have a report that returns a date. =[OrderDate]+3. Is there anyway to get access to recognize when it is today's date and underline all those dates in the report? Thanks, Linda
|
| Where clause in Button? | 06 Feb 2005 01:46 GMT | 1 |
I have a form to view reports by selected dates. While trying to put the criteria in the button, I found that it did not work. Could someone advice Dim CrStg As String CrStg = "TransactionDate Between #" & Forms![frmReportByDate]![cboFrom] & "#
|
| Comparing date fields in Access | 05 Feb 2005 19:59 GMT | 1 |
I'm trying to calculate yrs of service for employees. On a report, I've set up a control, labeled DaysCalc, with the expression =Date()-[DateHired]. This correctly returns the number of days since hire date. In another control, labeled "Years of Service", I've entered the ...
|
| Vertical line stretching accross the detail section | 05 Feb 2005 16:30 GMT | 4 |
The detail section of my report can grow vertically. I would like vertical lines to strech with the text boxes from the top of the detail to the bottom. Please advise.
|
| Printing only if count > X | 05 Feb 2005 04:37 GMT | 4 |
I have a report that lists all pts who came into the ED over the last year. . . I would like to limit the printing of the report to only people who have had X number of visits or more (they all get registered with a Medical Record Number which is unique to them but is consistant ...
|
| Text Box | 05 Feb 2005 00:42 GMT | 1 |
I have a report linked to a table tblMain. Is it possible to insert a text box but have the text box pull information from a query that I've created (qrySample)? If so, what would be the appropriate syntax in the control source?
|
| Formatting text box. | 04 Feb 2005 22:24 GMT | 2 |
How can I format a text box in a report to self-adjust to length of content?
|
| Bottom aligned text... | 04 Feb 2005 18:29 GMT | 6 |
Text Box => How can I make the text be bottom aligned ? By code perhaps ? Thank's Kjartan
|