473,408 Members | 2,441 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,408 software developers and data experts.

Parameter defaults in Access Reports

Hi there,

I have written a report in Access 2000 to generate a disposal certificate. The report reads the equipment information from a query but requires the names of individuals who have carried out certain duties to be entered via text boxes. Normally the individuals don't vary and it becomes a chore to repeat the same entries again and again!

How can I set default values for these text boxes. Is this the best way to approach the problem?

I have a very limited knowledge of VB and if this is the solution I will need idiot instructions!

Many thanks in anticipation.
Sep 18 '07 #1
2 1218
MMcCarthy
14,534 Expert Mod 8TB
Hi there,

I have written a report in Access 2000 to generate a disposal certificate. The report reads the equipment information from a query but requires the names of individuals who have carried out certain duties to be entered via text boxes. Normally the individuals don't vary and it becomes a chore to repeat the same entries again and again!

How can I set default values for these text boxes. Is this the best way to approach the problem?

I have a very limited knowledge of VB and if this is the solution I will need idiot instructions!

Many thanks in anticipation.
Create a table to hold all the user names. Now change your textboxes to comboboxes which use the table as the row source. Make sure the combobox control source is still set to the appropriate fields.
Sep 19 '07 #2
Thanks, but that didn't seem to work. I can change 'text' to 'combo' and change the source appropriately but it doesn't carry through to anything useful when I run the report. In my original version the prompts look and behave like the prompts for parameters in a query. What I would like, if possible, is the prompt behaving as a 'combo'.

Perhaps this is a case of 'if you're going there, I wouldn't start from here'!
Sep 19 '07 #3

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

Similar topics

26
by: Alex Panayotopoulos | last post by:
Hello all, Maybe I'm being foolish, but I just don't understand why the following code behaves as it does: - = - = - = - class listHolder: def __init__( self, myList= ): self.myList =...
4
by: Andy Davis | last post by:
I have developed a number of reports that are based on parameter queries where the user enters criteria such as a date range and a sales rep say. I want to be able to show a graphical picture in...
6
by: tizmagik | last post by:
I am having a lot of difficulty generating a CrossTab Query based report. I have looked online for several tutorials and whatnot but I have not been able to really find what I'm looking for, nor...
5
by: Mizipzor | last post by:
Consider the following snippet of code: ========================== class Stats: def __init__(self, speed, maxHp, armor, strength, attackSpeed, imagePath): self.speed = speed self.maxHp =...
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: 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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.