473,395 Members | 1,670 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,395 software developers and data experts.

Problem getting duplicated unbound textboxes to print

Using A2K. I have a series of unbound textboxes on a report. I made a
duplicate of these textboxes (Edit...Duplicate) to make a new series,
then put this new series on another report. But I can't get the
duplicated textboxes to print their values. The first series prints
fine. Any ideas? Thanks for any help or advice.

May 23 '06 #1
2 1289
did you bind the fields to a rowsource?

May 24 '06 #2
"EManning" <ma**********@hotmail.com> wrote
Using A2K. I have a series of unbound textboxes on a report. I made a
duplicate of these textboxes (Edit...Duplicate) to make a new series,
then put this new series on another report. But I can't get the
duplicated textboxes to print their values. The first series prints
fine. Any ideas? Thanks for any help or advice.


By my definition, an _unbound_ Text Box is one that does not have anything
in its ControlSource. Therefore, the only option for it having data to print
is that a calculation is performed in VBA code in one of the events for the
particular report section... OnFormat, OnRetreat, or OnPrint. As you have
not discussed copying such VBA code calculations to the new report along
with the TextBox Controls, it does not seem surprising that when you copy
them to another report, they do not print.

A _bound_ Control will normally have a reference to a Field in the Table,
Query, or SQL Statement that is the RecordSource for the Report, and will
automatically obtain its value there. Some also regard _calculated_ Controls
as being "bound" -- these have an Expression in their Control Source that
provides the value to be displayed or printed.

If this is not sufficient to point you in the right direction, please
clarify with detail, and perhaps someone will be able to assist you.

Larry Linson
Microsoft Access MVP
May 26 '06 #3

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

Similar topics

2
by: Fernando Rodriguez | last post by:
Hi, I need to traverse the methods defined in a class and its superclasses. This is the code I'm using: # An instance of class B should be able to check all the methods defined in B #and A,...
2
by: David Savageau | last post by:
Can anyone help with the following problem? The solution will likely be elementary to many members of this newsgroup, but, Duh! I've been struggling to find it all day. On an Access 2000 form...
0
by: anandv81 | last post by:
Hi, I encountered a strange problem while working on an application, the problem goes like this. I am generating a few textboxes at runtime at the server side and added to a placeholder, a...
2
by: MirzaSila | last post by:
I have a form whitch record source is one of the tables I have in my database.I have various text fields on that form whitch control sources are table fields.When I'm inputing text into these text...
4
by: amidzic.branko | last post by:
I'm trying to solve a problem using inheritance and polymorphism in python 2.4.2 I think it's easier to explain the problem using simple example: class shortList:
6
by: Greg Strong | last post by:
Hello All, Is is possible to use an ADO recordset to populate an unbound continuous Subform? I've done some Googling without much luck, so this maybe impossible, but let me try to explain...
10
by: Lyn | last post by:
Hi, I would like to make a bound text box not visible if it is empty (not just disable it). This option is not available from the standard conditional formatting feature (at least, not that I can...
0
by: Steven W. Orr | last post by:
I have a base class B and a derived class D which inherits from B. I also have a D2 class which inherits from D. D is used as a base class for most of my generated classes. I have a "special" class...
1
by: Steven W. Orr | last post by:
Sorry, I had a small description problem. It's corrected below. I have a base class B and a derived class D which inherits from B. I also have a D2 class which inherits from D. D is used as a...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.