473,396 Members | 2,024 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.

Displaying information in Access - general question

Hello Accessors

I have some reports created in Access that are very good for what they do.
However, it seems to me that when you are displaying information you don't
need to print out that a printer-friendly report is not the best way to go.
So, I tried converting one of my Access reports to an Access form. I
selected the continuous view to allow displaying multple records but when I
went to define my sorting and grouping there was none available, making it
pretty much impossible to convert my report to a form without adding coding.
Looks like I'm going to stick with the orginal report and forget about the
form. Has anyone felt the same way or know of another way of displaying
complex reports in a true display manner in Access?

Robert
Nov 12 '05 #1
5 2187
That was one of the things that Data Access Pages were supposed to do.
They've never really taken off, though. I'm not recommending them, but
they're there, if you want to check them out.

Personally, I'd rather do the work to get what I wanted with a form than
mess with Data Access Pages.

--
Brendan Reynolds
"Robert" <pr**********@yahoo.com> wrote in message
news:10*************@corp.supernews.com...
Hello Accessors

I have some reports created in Access that are very good for what they do.
However, it seems to me that when you are displaying information you don't
need to print out that a printer-friendly report is not the best way to go. So, I tried converting one of my Access reports to an Access form. I
selected the continuous view to allow displaying multple records but when I went to define my sorting and grouping there was none available, making it
pretty much impossible to convert my report to a form without adding coding. Looks like I'm going to stick with the orginal report and forget about the
form. Has anyone felt the same way or know of another way of displaying
complex reports in a true display manner in Access?

Robert

Nov 12 '05 #2
In message <10*************@corp.supernews.com>, Robert
<pr**********@yahoo.com> writes
Hello Accessors

I have some reports created in Access that are very good for what they do.
However, it seems to me that when you are displaying information you don't
need to print out that a printer-friendly report is not the best way to go.
So, I tried converting one of my Access reports to an Access form. I
selected the continuous view to allow displaying multple records but when I
went to define my sorting and grouping there was none available, making it
pretty much impossible to convert my report to a form without adding coding.
Looks like I'm going to stick with the orginal report and forget about the
form. Has anyone felt the same way or know of another way of displaying
complex reports in a true display manner in Access?


You need to change the data source so that the data is sorted the way
you want. Create query that sorts the data before it is displayed. To
introduce groups you need to use subforms.

Alternatively you can create a report and open it in preview mode.

--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author. Will work for money.

Nov 12 '05 #3

"Bernard Peek" <ba*@shrdlu.com> wrote in message
news:m9**************@shrdlu.com...
In message <10*************@corp.supernews.com>, Robert
<pr**********@yahoo.com> writes
Hello Accessors

I have some reports created in Access that are very good for what they do.However, it seems to me that when you are displaying information you don'tneed to print out that a printer-friendly report is not the best way to go.So, I tried converting one of my Access reports to an Access form. I
selected the continuous view to allow displaying multple records but when Iwent to define my sorting and grouping there was none available, making itpretty much impossible to convert my report to a form without adding coding.Looks like I'm going to stick with the orginal report and forget about theform. Has anyone felt the same way or know of another way of displaying
complex reports in a true display manner in Access?


You need to change the data source so that the data is sorted the way
you want. Create query that sorts the data before it is displayed. To
introduce groups you need to use subforms.

Alternatively you can create a report and open it in preview mode.

--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author. Will work for money.


That's what I'm doing. Opening the report in preview mode.

I thought subforms were used for a one-to-many relationship in tables.
Nov 12 '05 #4
In message <10*************@corp.supernews.com>, Robert
<pr**********@yahoo.com> writes

"Bernard Peek" <ba*@shrdlu.com> wrote in message
news:m9**************@shrdlu.com...
In message <10*************@corp.supernews.com>, Robert
<pr**********@yahoo.com> writes
>Hello Accessors
>
>I have some reports created in Access that are very good for what theydo. >However, it seems to me that when you are displaying information youdon't >need to print out that a printer-friendly report is not the best way togo. >So, I tried converting one of my Access reports to an Access form. I
>selected the continuous view to allow displaying multple records but whenI >went to define my sorting and grouping there was none available, makingit >pretty much impossible to convert my report to a form without addingcoding. >Looks like I'm going to stick with the orginal report and forget aboutthe >form. Has anyone felt the same way or know of another way of displaying
>complex reports in a true display manner in Access?


You need to change the data source so that the data is sorted the way
you want. Create query that sorts the data before it is displayed. To
introduce groups you need to use subforms.

Alternatively you can create a report and open it in preview mode.

--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author. Will work for money.


That's what I'm doing. Opening the report in preview mode.

I thought subforms were used for a one-to-many relationship in tables.


They are used on forms to display data where there is a 1:m
relationship. If you want to display data from more than one table you
can create a view or you can display records from the 1: side on a form,
and the :m side on a subform.

The fact that you were asking about grouping suggested to me that you
were working with data from more than one entity, whether it is in
multiple tables or not. A form with a subform is one way of displaying
that sort of data. It's not necessarily the best way, but it is an
option.
--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author. Will work for money.

Nov 12 '05 #5

"Bernard Peek" <ba*@shrdlu.com> wrote in message
news:HC**************@shrdlu.com...
In message <10*************@corp.supernews.com>, Robert
<pr**********@yahoo.com> writes

"Bernard Peek" <ba*@shrdlu.com> wrote in message
news:m9**************@shrdlu.com...
In message <10*************@corp.supernews.com>, Robert
<pr**********@yahoo.com> writes
>Hello Accessors
>
>I have some reports created in Access that are very good for what they

do.
>However, it seems to me that when you are displaying information you

don't
>need to print out that a printer-friendly report is not the best way to
go.
>So, I tried converting one of my Access reports to an Access form. I
>selected the continuous view to allow displaying multple records but
whenI
>went to define my sorting and grouping there was none available,
makingit
>pretty much impossible to convert my report to a form without adding

coding.
>Looks like I'm going to stick with the orginal report and forget about

the
>form. Has anyone felt the same way or know of another way of

displaying >complex reports in a true display manner in Access?

You need to change the data source so that the data is sorted the way
you want. Create query that sorts the data before it is displayed. To
introduce groups you need to use subforms.

Alternatively you can create a report and open it in preview mode.

--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author. Will work for money.


That's what I'm doing. Opening the report in preview mode.

I thought subforms were used for a one-to-many relationship in tables.


They are used on forms to display data where there is a 1:m
relationship. If you want to display data from more than one table you
can create a view or you can display records from the 1: side on a form,
and the :m side on a subform.

The fact that you were asking about grouping suggested to me that you
were working with data from more than one entity, whether it is in
multiple tables or not. A form with a subform is one way of displaying
that sort of data. It's not necessarily the best way, but it is an
option.
--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author. Will work for money.

I am working with reports which use a query or a table as input. The
reports are fine. The only problem is that they must be displayed as a
print preview.
Nov 12 '05 #6

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

Similar topics

2
by: Paul M | last post by:
Hi there, i hope someone can help me out here.. I have a input screen where i want the user to enter text in 2 different languages, english and macedonian. How is it possible to make the...
8
by: euang | last post by:
Hi, I have been using access 2000 for two years on WINDOWS NT to display dynamic aweb page using ASP My ISP has now changed to Windows 2003, and I am having major problems displaying...
5
by: nbohana | last post by:
I have a windows form with several fields. One of the fields is a date. I use DateTimePicker to enter and format the date. In my SQL table the date si stored as follows "01/10/2005" and this is...
7
by: Terry | last post by:
I have a Mainform with a Statusbar. When opening another form or doing some processing I want to display info in the Statusbar of the Mainform. I have read a lot of articles on this & have come up...
9
by: piyush2884 | last post by:
hi guys, got anything on this issue?
20
by: Tim Reynolds | last post by:
Team, I am developing a web service. In testing in on my enw PC, I am expecting to see exceptions thrown appear on my browser. Instead I am getting an HTTP 500 Internal Server Error page and I am...
1
by: Sonia Scott | last post by:
I have done the following code, which seem to partially work. I got my HTML ALT (text) from the database shown, but for some reason cannot display the image. Below is my connection code: <%...
3
by: GeekyChicky79 | last post by:
Hi Everyone, I have the project below where I'm pulling out information from 1 table "Subjects", pulling the Subjects, and SubjectCode. The Subjects are displaying in the Combo Box just fine,...
13
by: David W. Fenton | last post by:
I've been struggling the last two days with something I thought was very easy, which is to open a web page with a form on it and populate the form with data passed in a query string (either POST or...
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: 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?
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
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
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.