473,387 Members | 1,481 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.

Need a little guidance (beginner)

I'm quite new with Access so please bare with me. I'm pretty sure what
I'm looking for will require the integration with VB to function
properly.

Here's what I have:
Portfolios for inviduals who have taken part in courses at this
department.

Information includes:
Name (First/Last)
Phone (Work/Home/Cell)
Address (#, street, postal code, city)
Position/Classification
Exercises completed

What I need to accomplish:
I need to create a front-end/database whereby an individual can input
searches based on: Name, location (city) or exercises(preferably a
drop-down menu for the last two).

The output for Name would result in thier contact information/position
being displayed as well as the exercises they have completed. It
doesn't have to use 'Like' to acheive this because I can specify that
the exact first/last names be inputed.

The output for Location (again preferably a drop down list).. would in
theory optimally give me a list of individuals from that location by
name. The names could then be selectable leading to the output from
the name search criteria above.

The output for Exercises (drop down selection) would give a list of
names of individuals who have completed that exercise. This would work
as above and be a selectable interface.

I know this sounds like a daunting task for a beginner, but I have had
some experience with VB/Access in the past and I'm sure I'd pick up on
it quickly. There's no real deadline for this database, just something
we've been wanting to do for a while.

If you could point me to where I can find resources or examples
similiar to what I'm requesting that would be great.

Thanks,
Nate

Nov 13 '05 #1
3 1534
I should probably also note that there are no distinct primary key
references I can assign for each individual (ie. no course reference
#s, no personal id numbers). All I have is the text information I
listed in the first post.

Thanks,
Nate

Nov 13 '05 #2

I might do this as a standard students-classes database.

student--(1,M)--ClassRoster--(m,1)--Class

Exercise--(1,M)---ClassRoster(you may need an alternate PK for that)

Daunting for a beginner, yeah, but surf around for schemas for this. I
am almost positive there's one in Elmasri & Navathe's book if you're
doing this in school or something. Either that or search this NG or
the web for a students-classes schema. Once your db is set up right,
the rest of the stuff you describe is a walk.

Nov 13 '05 #3
well, that's a BAD thing. No PK's mean no really easily maintainable
relationships and why use a DB without tables and relationships? I
mean, you *can* query Excel. for some stuff it's great, but for a
database, it aint.

Nov 13 '05 #4

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

Similar topics

3
by: new_GUY | last post by:
I have a HUGE project (at least for me) and need some guidance. I am trying to create a database for a local university movie club that allows users to input there basic personal information...
17
by: EkteGjetost | last post by:
This is definitely not the smart thing to do as far as my learning goes, but desperate situations call for desperate measures. The final lab for my introduction to C programming class is due...
2
by: Jamie | last post by:
Hello to everybody! I am a C/C++ student and want to learnd DOT NET , but I do not have any idea what is this DOT NET all about. So Please Could somebody tell me links of some of the basic...
3
by: vijaykokate | last post by:
Our company http://www.softnmation.com/ offers its customers a great variety of products. Everything you need can be found in this site. Web Template, CSS Template, Logo Template, Corporate...
4
by: GW | last post by:
Hello, I started to study c# .net today, coming from a background of classic ASP VBScript. I am having an issue with one of my beginner projects, a real simple one too. I have three files: ...
6
by: PythonBiter | last post by:
Hi everyone, I'm very new in this Group as well Python language. I want to learn Python. So could you please advice me, and guide me how can i become master in Python ! Thanks, Partha
7
by: yaragallamurali | last post by:
Hi I have thought about my earlier post, refined it and reposting it. I am actually new to schema designing. I have read few articles about data modeling and started building schemas for real time...
3
by: trfilmographer | last post by:
Hi fellow web developers! I have a little problem due to my lack of javascript / web developing skills... Basically I have a form embedded in a table. WHat I would like to do, is have the...
6
by: lgerhardx | last post by:
First of all, please forgive my newness to the language. I have had much experience programming...but not in C! :) I am modifying a program designed in LabWindows/CVI, which as far as I can...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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
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
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,...

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.