473,385 Members | 1,461 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Need help with reports

Is there any way to get a for to act like a merge document in Word,
where the text on the same line as a field would stay close to the
text beafore and after the field?
Nov 13 '05 #1
5 1033
On Sat, 19 Jun 2004 22:04:49 GMT, Shyguy wrote:
Is there any way to get a for to act like a merge document in Word,
where the text on the same line as a field would stay close to the
text beafore and after the field?


In an unbound control (in a Form or in a Report):
="Please remit " & Format([AmountDue],"#,###.00") by
Format([DueDate],"mmmm dd, yyyy") & " so that we may begin to process
your order."

will print out as:
Please remit $1,275.50 by June 28, 2004 so that we may begin to
process your order.
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
Nov 13 '05 #2
On Sat, 19 Jun 2004 23:33:56 GMT, fredg <fg******@example.invalid>
wrote:
On Sat, 19 Jun 2004 22:04:49 GMT, Shyguy wrote:
Is there any way to get a for to act like a merge document in Word,
where the text on the same line as a field would stay close to the
text beafore and after the field?


In an unbound control (in a Form or in a Report):
="Please remit " & Format([AmountDue],"#,###.00") by
Format([DueDate],"mmmm dd, yyyy") & " so that we may begin to process
your order."

will print out as:
Please remit $1,275.50 by June 28, 2004 so that we may begin to
process your order.

Thanks for the reply. I'm Trying to get the field to be a different
font and Bold. I tried different configurations of the above but to
no avail.
Nov 13 '05 #3
Shyguy <sh****@aol.com> wrote in message news:<8h********************************@4ax.com>. ..
Is there any way to get a for to act like a merge document in Word,
where the text on the same line as a field would stay close to the
text beafore and after the field?


Use a calculated control?
Nov 13 '05 #4
On Sun, 20 Jun 2004 01:53:24 GMT, Shyguy wrote:
On Sat, 19 Jun 2004 23:33:56 GMT, fredg <fg******@example.invalid>
wrote:
On Sat, 19 Jun 2004 22:04:49 GMT, Shyguy wrote:
Is there any way to get a for to act like a merge document in Word,
where the text on the same line as a field would stay close to the
text beafore and after the field?


In an unbound control (in a Form or in a Report):
="Please remit " & Format([AmountDue],"#,###.00") by
Format([DueDate],"mmmm dd, yyyy") & " so that we may begin to process
your order."

will print out as:
Please remit $1,275.50 by June 28, 2004 so that we may begin to
process your order.


Thanks for the reply. I'm Trying to get the field to be a different
font and Bold. I tried different configurations of the above but to
no avail.


Access, as shipped, does not support mixing formats within a control.
See:
http://www.lebans.com
to see if his Mixed/Bold Report method will be helpful.
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
Nov 13 '05 #5
On Sun, 20 Jun 2004 04:32:32 GMT, fredg <fg******@example.invalid>
wrote:
On Sun, 20 Jun 2004 01:53:24 GMT, Shyguy wrote:
On Sat, 19 Jun 2004 23:33:56 GMT, fredg <fg******@example.invalid>
wrote:
On Sat, 19 Jun 2004 22:04:49 GMT, Shyguy wrote:

Is there any way to get a for to act like a merge document in Word,
where the text on the same line as a field would stay close to the
text beafore and after the field?

In an unbound control (in a Form or in a Report):
="Please remit " & Format([AmountDue],"#,###.00") by
Format([DueDate],"mmmm dd, yyyy") & " so that we may begin to process
your order."

will print out as:
Please remit $1,275.50 by June 28, 2004 so that we may begin to
process your order.


Thanks for the reply. I'm Trying to get the field to be a different
font and Bold. I tried different configurations of the above but to
no avail.


Access, as shipped, does not support mixing formats within a control.
See:
http://www.lebans.com
to see if his Mixed/Bold Report method will be helpful.

Thank you. I couldn't find anything by the name you mentioned, but
did find a sample database, with the code that seems to do what I
need. ;-)
Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Galina | last post by:
Hello I already initiated a thread with the same name on 22/03/2004. Thank you everyone who answered me. I wanted to link to that thread, but somehow there was no "Post follow on article"...
3
by: google | last post by:
I have a database with four table. In one of the tables, I use about five lookup fields to get populate their dropdown list. I have read that lookup fields are really bad and may cause problems...
3
by: MLH | last post by:
Most of you will recognize that I'm talking about Rick Fisher's product. I bought the version for Access 2.0 thirteen years ago and fell in love with it immediately. Most of you know, by virtue of...
3
by: knightsmastergeneral | last post by:
Hi, I'm currently working on getting junit and junireport to take some java files, convert it to xml and then display error messages / success rates etc in html which is one of the features of...
2
by: =?Utf-8?B?UGF1bA==?= | last post by:
Hi I am running .net framwork 2.0 on a server and after installing a web ap that has crystal reports in it there is an error, cant find crystal report dlls that are in the web.config file. Just...
11
by: NewGuytoNetworking | last post by:
I have an XML that my company sends out daily it used to be created by SQL but I now have to use crystal reports and I can't seem to get it to line up the same. Please help with any references or how...
1
by: CoolBreeze812 | last post by:
Hi, I need help with a query and I'm having trouble getting it formed correctly. I have 3 tables: users, authorization_users, and reports. The user table contains a bunch of users with fields...
2
by: kenmasters675 | last post by:
I need help with the following code. I am trying to extract two reports at the same time, but I want the viewer to see the report first before exporting it. The reason is in case the report is null....
3
by: Loogie | last post by:
I want to create reports and I don't care if I use crystal reports or vb.net reports. I am using vb.net 2005 and the app pulls data from user created access db's and compact 2005 sdf's. Here is...
0
by: akshaycjoshi | last post by:
Most of you people are already familier with the working of crystal reports unlike me.I am working on an application when I have no other option but to use CR. It is very diff. for me to read an...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.