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

Ideas on how to determin a specific value with varied parameters

Hello all.
I am seeking ideas on how to determin a specific value with varied
parameters.

This will be for students who have taken modules in a course for
pre-certification. So it will be like this:

StudentA
ModuleA + ModuleC + ModuleD + ModuleE = (Completetion of this COURSE1)

StudentB
ModuleA + ModuleE + ModuleB + ModuleF = (Completetion of COURSE1)

If these values (Module??) were static then it really wouldnt be an
issue I dont think, but the model is based on electives chosen by the
student so a varying module sets should produce the completion of a
specified course.

How would I go about doing this within Access 2000, or is this more of
a VBA or VBS type problem.

Thanks all for there help in advance.

Nov 12 '05 #1
1 1342
DFS
Laurence,

Your problem is going to be solved by application of whatever tool best
suits the issue. You can do most of it using Access/Jet database tables and
queries. You might need a few user interfaces.

You'll first need to build a database structure to capture the data.
Something like:
Students
------------
* StudentID
StudentName
Courses
--------------
* CourseID
CourseName
Modules
------------------
* ModuleID
ModuleName
CourseModules (modules valid for the course)
------------------------
* CourseID
* ModuleID
StudentCourseModule (modules chosen by the student in fulfillment of the
course requirements)
------------------------------------
* StudentID
* CourseID
* ModuleID
ModuleCompletedDate
ModuleGrade
etc.
* = primary key. And of course enforce appropriate indexes and required
fields and referential integrity so only valid data can be input.

The student would use the CouseModules table when choosing the Modules for
the Courses they're interested in. (likely done from a screen using
drop-down lists)

You would use the StudentCourseModule table to determine when the student
has fulfilled the course requirements. (a query to determine that each
Module for the Student has a CompletedDate).

That should get you started.


"Laurence Nixon" <ln****@ldnconsulting.com> wrote in message
news:3F***************@printnplay.com...
Hello all.
I am seeking ideas on how to determin a specific value with varied
parameters.

This will be for students who have taken modules in a course for
pre-certification. So it will be like this:

StudentA
ModuleA + ModuleC + ModuleD + ModuleE = (Completetion of this COURSE1)

StudentB
ModuleA + ModuleE + ModuleB + ModuleF = (Completetion of COURSE1)

If these values (Module??) were static then it really wouldnt be an
issue I dont think, but the model is based on electives chosen by the
student so a varying module sets should produce the completion of a
specified course.

How would I go about doing this within Access 2000, or is this more of
a VBA or VBS type problem.

Thanks all for there help in advance.

Nov 12 '05 #2

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

Similar topics

1
by: Az Tech | last post by:
Hi people, (Sorry for the somewhat long post). I request some of the people on this group who have good experience using object-orientation in the field, to please give some good ideas for...
2
by: Konstantin Zakharenko | last post by:
Hello, Our QA team have running a lot of test scripts (for automated regression testing), they run them on the different databases (Oracle/MS SQL). Several of those tests are dependent on the...
0
by: Magnabyte | last post by:
Hello all. I am seeking ideas on how to determin a specific value with varied parameters. This will be for students who have taken modules in a course for pre-certification. So it will be like...
11
by: hazz | last post by:
before I start filling up the first page of perhaps many pages of code with if/then or switch:case buckets, I wanted to step back and see if there is a better way... I will have a table with up to...
0
by: feng | last post by:
I want to use onunload to capture user's action when he clicks on the "x" button, the close window button on the upper-right corner of the brower window, to close the browser. Here is how I...
1
by: tedqn | last post by:
Problem: - Stored procedure input parameters data type specific (SqlDbType.Int, SqlDbType.VarChar,etc). - Form submitted value in TextBox, DropDownList, etc are all string type (I guess). Some...
10
by: moondaddy | last post by:
in a wpf c# windows app, how do I determin if a control is a texbox? void Test(object sender) { if(sender==Texbox) { // do something. } }
2
by: Anders B | last post by:
I want to make a program that reads the content of a LUA array save file.. More precicely a save file from a World of Warcraft plugin called CharacterProfiler, which dumps alot of information about...
7
by: Nick | last post by:
Hi there, Is it possible to tell how a WebMethod was invoked? For example I would like to determin if it was invoked via SOAP or HTTP Post. Other than creating 2 methods I am no sure if I can...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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
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
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.