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

Need process for selecting available reports

I am building a database for our HR dept.

I have a combo box that allows the user to select an employee name
(this is completed) then a second combo box that allows the user to
select a report that is available for the employee selected in the
first combo box (this is completed).

So if the user selects John Doe in the first combo box, and Mr. Doe has
a disciplinary record in the Disciplinary Table, a "Disciplinary
Incident Report" is available in the second combo box. Whereas if the
user selects Chuck Norris, who does not have any disciplinary incidents
(Texas Rangers only play it by the book, after all) then no
"Disciplinary Incident Report" shows up in the second combo box. I have
this process completed up to a point. I currently have the two combo
boxes syncronized, with the help of the Sample forms database from MS.
The process is currently utilizing a test query (cboReportsQry) that
has the following fields: Report_ID, Report_Name, EmpID, Emp_Name. This
table only has test data and is working fine. The 2nd combo box pulls
its contents from the query.

I'm not sure how I should create and store the relationship between
each employee and their available report. For instance, after Mr. Does
disciplinary record has been created how should create and store the
record or marker that says "Hey, Doe has an available Disciplinary
report". I could store it in the same table that is currently being
used now, and I like that idea but I'm not sure how.

How do I programmitically have an entry created in cboReportsQry for
each potential report? I can get the query to pull the data from the
Disciplinary_Incident table but I will need it to pull the info from
mulitple tables ("CDL_Certification", "Accident_Incident", etc.) into
the same fields (Report_ID, Report_Name, EmpID, Emp_Name) because the
2nd combo box pulls its contents out of the Report Name and Report ID
fields.

Feb 22 '06 #1
0 1565

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

Similar topics

0
by: ANt | last post by:
Hi, we have some major GC issues at present with a system we're trying to put live. It's a live calculation engine that's distributed across about 30 Java server processes. A set of processes...
2
by: Luther | last post by:
I want to create a form that searches a table. The hard part is this, I'd like to have the available records filtered based on combobox selections. For example, if this were a vehicle database, I...
2
by: Rene | last post by:
I have a master "attendance" report that also has two "attendance" sub-reports...each collecting data from a different group...and totaling those present at the end. I chose sub-reports because...
1
by: Thomas McK | last post by:
Hi all, I was hoping someone could provide a little direction for me with this problem. I have three reports already made, we'll call them myRpt1, myRpt2 and myRpt3, in my Access db, and I...
2
by: Sidharth | last post by:
Hello, We are experiencing some issues with the aspnet_wp process on our live servers. The problems are intermittent and we cannot reproduce it on our dev and test servers. Currently around...
5
by: HotRod | last post by:
I am new to this so please go easy. We currently have some students doing some work on some web based tracking documents for us. They are currently using VB .net to develop what we requested....
4
by: Nathan Benefield | last post by:
I currently have a spreadsheet tracking votes on legislation in a matrix type format. It is something like this Name Act1 Veto1 Act1A Jones yes No Yes Johnson Yes ...
8
by: BJ | last post by:
Problem: How can I code up a client side process to detect if the network is available? Synopsis: I am writing ASP.NET input forms for a Panasonic Tuff book. The users will be walking around...
5
by: bean330 | last post by:
Hey, I'm somewhat new to C# and I need a little help, please! I'm selecting a bunch of records, setting properties on a COM executable and then calling a method on that executable to run. I...
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
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:
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
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,...

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.