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

User-generated reports..can it be done?

I have been asked to set a database up so that the users can choose which fields they want to include in reports. Is this possible? Keep in mind the end-users know nothing about Access and would need it all very automated.

The only thoughts I have on the issue would be to create a form with all of the possible fields and a check-box for the user to select the fields. Then I would set the value of the Visible property for the fields in the report accordingly, but the formatting of that report seems like it would be messy.

Thanks
Feb 26 '07 #1
3 1805
nico5038
3,080 Expert 2GB
Can be done with a lot of code for the report, but I would just dynamically create a SELECT query and open that to them and/or offer them the possibility to save that in an excel spreadsheet.

Idea ?

Nic;o)

.
Feb 26 '07 #2
ADezii
8,834 Expert 8TB
I have been asked to set a database up so that the users can choose which fields they want to include in reports. Is this possible? Keep in mind the end-users know nothing about Access and would need it all very automated.

The only thoughts I have on the issue would be to create a form with all of the possible fields and a check-box for the user to select the fields. Then I would set the value of the Visible property for the fields in the report accordingly, but the formatting of that report seems like it would be messy.

Thanks
It can be done but would involve creating a Custom Wizard which would be fairly complex to say the least. As far as your alternative, you are right, the formatting of the Report would be messy. You could also dynamically build a SQL statement from User selected Fields and use that as the Record Source for the Report but then you would also have to program the Control Sources for the Bound Controls, Labels, etc. and that would really be complex. In short, there seems to be no easy solution for what you would like to accomplish.
Feb 26 '07 #3
NeoPa
32,556 Expert Mod 16PB
I have been asked to set a database up so that the users can choose which fields they want to include in reports. Is this possible? Keep in mind the end-users know nothing about Access and would need it all very automated.

The only thoughts I have on the issue would be to create a form with all of the possible fields and a check-box for the user to select the fields. Then I would set the value of the Visible property for the fields in the report accordingly, but the formatting of that report seems like it would be messy.

Thanks
I have a report that works on similar but very restricted lines.
I can make assumptions about the layout from which fields are to be shown and I know I can fit them onto the line of the report. Doing it freeform is almost certainly a bridge too far.
Feb 26 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: DC_DBA | last post by:
I want to 'grant sysdba to a user' for an application. (At least that is what I believe so far after having had this problem dumped on me 2 days ago.) The support we get from the application vendor...
6
by: Lord Asriel | last post by:
I'm a newbie in mysql and I've a question about user definition in Mysql. According to informations collected from manuals I believed that a user definition specifying host="%" on mysql server...
7
by: Todd Beaulieu | last post by:
Hello, I'm using the configuration block to store user settings in the app.config file. As this exe will reside on a network drive, I can't have users trying to update the master app.config...
0
by: Renato Neves | last post by:
The following code is working fine, i can create the user in the Active Directory and "enable" it. My problem is that, when i'm trying to authenticate him, i can't get to work!! The user and pass...
3
by: siliconmike | last post by:
On my FreeBSD system, apache would run under user: www Apache would run php script which would accesses mysql as user: xyz, passwd: pqr Mysql server would itself run with --user=mysql command line...
3
by: zlst | last post by:
Many technological innovations rely upon User Interface Design to elevate their technical complexity to a usable product. Technology alone may not win user acceptance and subsequent marketability....
1
by: Josema | last post by:
Hi, Im starting to do the navigation of a portal, and for it, im using usercontrols.... Actually i have a user control in the top of the page that has some menus (contact, register, etc...) ...
8
by: Pete Wittig | last post by:
Hello, I am wondering if it is possible to create a networked application with C# that is seen as a windows user. For example, if Bob logged onto windows and then started the application, any...
1
by: Martine | last post by:
Hi there! I have a problem with programmatically adding user controls to my mobile webforms. If I load my usercontrol programmatically (in the Page_Load), the object is instantiated, I have...
5
by: geoffreyfishing | last post by:
I have tried posting everywhere, but no one has given me an answer so far. I am willing to try everything short of a clean install of vista. My Problem: Some process has a locking handle on the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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
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?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...

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.