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

Fields as Headers

I know that you can make a cross tab query and get the fields as headers but
it makes the form or datasheet unusable, ie cant add any data in the
resulting fields. Is there a way of making a table with fields, from another
table, that can then be used as headers so you can use the resulting fields
for data entry. I only need this for forward planning and the data entered
would be changed regularly, but not continually added to. I also would like
to be able to change the headers occassionly without having to go behind the
scenes, so to speak, to do that. ie from the users perspective.
Hope can understand what i am alluding to here!
Thanks for any help.
Nov 13 '05 #1
1 1396
You can do change the header of the fields by changing the Caption op the
field.

If you using the caption of a field as header text, you can change the
caption in the report.

In the report you have to write VBA code under the event "By printing".

There you have to open a table and some coding to change the caption.

Example

me.Field_x.caption = Rst1.Field_x

The content of Field_x from record set 1 will be placed in the caption of
Fieled_x from the printed table.

I hope this will help you little.

Regards,

Simon
"John M" <jo*****@bigpond.com> schreef in bericht
news:xx**************@news-server.bigpond.net.au...
I know that you can make a cross tab query and get the fields as headers but it makes the form or datasheet unusable, ie cant add any data in the
resulting fields. Is there a way of making a table with fields, from another table, that can then be used as headers so you can use the resulting fields for data entry. I only need this for forward planning and the data entered
would be changed regularly, but not continually added to. I also would like to be able to change the headers occassionly without having to go behind the scenes, so to speak, to do that. ie from the users perspective.
Hope can understand what i am alluding to here!
Thanks for any help.

Nov 13 '05 #2

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

Similar topics

18
by: googleboy | last post by:
I didn't think this would be as difficult as it now seems to me. I am reading in a csv file that documents a bunch of different info on about 200 books, such as title, author, publisher, isbn,...
0
by: ramas | last post by:
Hi, I am new to PHP scripting and i am trying to connect to a soap server (as mentioned below) using the SOAP extension comesup with PHP. Now my requirement is to add my HTTP header fields along...
1
by: thebit | last post by:
Hello, How is it possible to update the field properties that have been inserted into the header and footer of a MS Word document. myolAppDoc.Fields.Update only seems to update the properties...
112
by: Carsten Hansen | last post by:
Suppose I'm using an implementation where an int is 16 bits. In the program below, what function is called in the first case, and what is called in the second case? Also, if there is a difference...
1
by: Flanman | last post by:
I have an ASP web form that I want to populate fields based on the first field choice. Example I have 4 fields item, price, delivery, availability. I have all these items setup in an access table....
6
by: =?Utf-8?B?U2FtZWVrc2hh?= | last post by:
Hi, I want to write a simple .net program to open a URL, fill in fields, and click on a button to submit it using .net 1.1 framework. Can someone help in suggesting the libraries I should use?...
0
by: KNN | last post by:
I have created a report in access 2003 using a query. Used some of the fields to display under page header. Used others to display under group headers and used the remaining under detailed...
2
by: Ken Newman | last post by:
I have a SOAP Header that has different XML fields in the request and response. I instantiate one Header class for the Request and Response SOAP Header and using XmlIgnoreAttribute and bool fields...
4
by: johnporter123 | last post by:
Does anyone have a method of importing a large "FLAT" CSV file into access. The file has well over 255 columns (Fields). Before anyone flames me over normalization, I do not have access to the...
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
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...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.