473,748 Members | 8,760 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help with building an access database.

Bec
I'm in desperate need of your help..

I need to build an access database and have NO idea how to do this..
Not even where to start..
It IS for school, and am not asking anyone to do my homework for me.. I
am merely asking for help, perhaps pointers as to where to begin..

I've never used access before.. I'm rather cluey when it comes to
computers, and playing around with it I managed to create a table, and
link it to a form, but.. That's as far as I can go..

Anyway.. If anyone would be so kind to help, it'd be greatly
appreciated.

Now, you will note that this will be a very basic database.. It's for a
first year subject in Uni..
So.. As I said.. Any help at all.. Will be very much regarded..

Your first task is to create a Microsoft Access database called
'Assignment4.md b' (to hold all the data). Once the database has
been created, you will add three tables to it, and these tables must be
in the format set out in the table below.

Table Name Field Data Type
Size/Format
Student
StudentNo Number
Long integer
StudentName Text
25
Suburb Text
25
State Text
25
Country Text
25
PhoneNo Text
10

Course
CourseNo Number
Long integer
CourseName Text
30
ProgramNo Number
Long integer

Program
ProgramNo Number
Long integer
ProgramName Text
30
DateStarted Date/Time
dd/mm/yyyy

Taking
StudentNo Number
Long integer
CourseNo Number
Long integer
Here,

Student Table contains student details and StudentNo is the primary
key. Make some suburb names starting with 'C' and some states
names starting with 'V'. A student can take many courses.
Course contains information about which student has taken which course;
CourseNo is the primary key. Make some Course names starting with
'I'. A course can be offered to many students.
Program contains program details and ProgramNo is the primary key.
Make one Program is started in 2003, one in 2004 and the rest are in
2005. A program has many courses, but a course can only belong to a
program.

Part 2: populating database
Now, populate the following tables with a number of records.
There are in total 20 students where 5 students are International
students.
There are 5 different programs (ie. Degree, eg, Bachelor of Science)
There are 5 different courses for each program (ie. Subject, eg,
Introduction to Information Technology)

Part 3: Create a query
Create a Query to list all the Students with StudentNo, StudentName and
PhoneNo.
Create a query to list the names of the Students and the CourseName
beginning with 'I' that they have taken.
Create a Query that will display all the ProgramNo, ProgramName and
CourseName in ascending alphabetical order for ProgramName.
Create a Query to list all the local Students i.e. who are resident of
Australia.
Create a Query to list the Students who live in a Suburb beginning with
'C' and State beginning with 'V' and find out their telephone
number.

Part 4: Create a Form
Create a user-friendly form for him/her to enter more new Students
names and details into the Database at a later stage.
Enter 5 more Students into the Database using the form you have
created.

Part 5: Generating a Report
Generate a report for Students who took Programs that started in 2005.
Group them by Student's States. The report should contain all
information about the students and use corporate format for this task.
This report is similar to the confirmation of your enrolment statement
in this and other courses.
So; as I said.. I'm stuck.. As basic as the above would seem.. If I
could get a slight explanation of how each part works.. Or how access
as a whole works, how it gathers information, how new information is
entered into an already built database..

It would be greatly appreciated..

Nov 13 '05 #1
5 3010
Dear Bec:

Your question requires a book worth of information, or the assistance of
your instructor. It would not seem usual to have such an assignment without
there being any resources at hand. If you exhaust those resources and have
a specific question where we can help, please come back here for the help
you need at that point.

Tom Ellison

"Bec" <fi*******@gmai l.com> wrote in message
news:11******** *************@g 43g2000cwa.goog legroups.com...
I'm in desperate need of your help..

I need to build an access database and have NO idea how to do this..
Not even where to start..
It IS for school, and am not asking anyone to do my homework for me.. I
am merely asking for help, perhaps pointers as to where to begin..

I've never used access before.. I'm rather cluey when it comes to
computers, and playing around with it I managed to create a table, and
link it to a form, but.. That's as far as I can go..

Anyway.. If anyone would be so kind to help, it'd be greatly
appreciated.

Now, you will note that this will be a very basic database.. It's for a
first year subject in Uni..
So.. As I said.. Any help at all.. Will be very much regarded..

Your first task is to create a Microsoft Access database called
'Assignment4.md b' (to hold all the data). Once the database has
been created, you will add three tables to it, and these tables must be
in the format set out in the table below.

Table Name Field Data Type
Size/Format
Student
StudentNo Number
Long integer
StudentName Text
25
Suburb Text
25
State Text
25
Country Text
25
PhoneNo Text
10

Course
CourseNo Number
Long integer
CourseName Text
30
ProgramNo Number
Long integer

Program
ProgramNo Number
Long integer
ProgramName Text
30
DateStarted Date/Time
dd/mm/yyyy

Taking
StudentNo Number
Long integer
CourseNo Number
Long integer
Here,

Student Table contains student details and StudentNo is the primary
key. Make some suburb names starting with 'C' and some states
names starting with 'V'. A student can take many courses.
Course contains information about which student has taken which course;
CourseNo is the primary key. Make some Course names starting with
'I'. A course can be offered to many students.
Program contains program details and ProgramNo is the primary key.
Make one Program is started in 2003, one in 2004 and the rest are in
2005. A program has many courses, but a course can only belong to a
program.

Part 2: populating database
Now, populate the following tables with a number of records.
There are in total 20 students where 5 students are International
students.
There are 5 different programs (ie. Degree, eg, Bachelor of Science)
There are 5 different courses for each program (ie. Subject, eg,
Introduction to Information Technology)

Part 3: Create a query
Create a Query to list all the Students with StudentNo, StudentName and
PhoneNo.
Create a query to list the names of the Students and the CourseName
beginning with 'I' that they have taken.
Create a Query that will display all the ProgramNo, ProgramName and
CourseName in ascending alphabetical order for ProgramName.
Create a Query to list all the local Students i.e. who are resident of
Australia.
Create a Query to list the Students who live in a Suburb beginning with
'C' and State beginning with 'V' and find out their telephone
number.

Part 4: Create a Form
Create a user-friendly form for him/her to enter more new Students
names and details into the Database at a later stage.
Enter 5 more Students into the Database using the form you have
created.

Part 5: Generating a Report
Generate a report for Students who took Programs that started in 2005.
Group them by Student's States. The report should contain all
information about the students and use corporate format for this task.
This report is similar to the confirmation of your enrolment statement
in this and other courses.
So; as I said.. I'm stuck.. As basic as the above would seem.. If I
could get a slight explanation of how each part works.. Or how access
as a whole works, how it gathers information, how new information is
entered into an already built database..

It would be greatly appreciated..

Nov 13 '05 #2
Tom Ellison wrote:
Dear Bec:

Your question requires a book worth of information, or the assistance of
your instructor. It would not seem usual to have such an assignment without
there being any resources at hand. If you exhaust those resources and have
a specific question where we can help, please come back here for the help
you need at that point.

Tom Ellison

"Bec" <fi*******@gmai l.com> wrote in message
news:11******** *************@g 43g2000cwa.goog legroups.com...
I'm in desperate need of your help..

I need to build an access database and have NO idea how to do this..
Not even where to start..
It IS for school, and am not asking anyone to do my homework for me.. I
am merely asking for help, perhaps pointers as to where to begin..

I've never used access before.. I'm rather cluey when it comes to
computers, and playing around with it I managed to create a table, and
link it to a form, but.. That's as far as I can go..

Anyway.. If anyone would be so kind to help, it'd be greatly
appreciated .

Now, you will note that this will be a very basic database.. It's for a
first year subject in Uni..
So.. As I said.. Any help at all.. Will be very much regarded..

Your first task is to create a Microsoft Access database called
'Assignment4. mdb' (to hold all the data). Once the database has
been created, you will add three tables to it, and these tables must be
in the format set out in the table below.

Table Name Field Data Type
Size/Format
Student
StudentNo Number
Long integer
StudentName Text
25
Suburb Text
25
State Text
25
Country Text
25
PhoneNo Text
10

Course
CourseNo Number
Long integer
CourseName Text
30
ProgramNo Number
Long integer

Program
ProgramNo Number
Long integer
ProgramName Text
30
DateStarted Date/Time
dd/mm/yyyy

Taking
StudentNo Number
Long integer
CourseNo Number
Long integer
Here,

Student Table contains student details and StudentNo is the primary
key. Make some suburb names starting with 'C' and some states
names starting with 'V'. A student can take many courses.
Course contains information about which student has taken which course;
CourseNo is the primary key. Make some Course names starting with
'I'. A course can be offered to many students.
Program contains program details and ProgramNo is the primary key.
Make one Program is started in 2003, one in 2004 and the rest are in
2005. A program has many courses, but a course can only belong to a
program.

Part 2: populating database
Now, populate the following tables with a number of records.
There are in total 20 students where 5 students are International
students.
There are 5 different programs (ie. Degree, eg, Bachelor of Science)
There are 5 different courses for each program (ie. Subject, eg,
Introductio n to Information Technology)

Part 3: Create a query
Create a Query to list all the Students with StudentNo, StudentName and
PhoneNo.
Create a query to list the names of the Students and the CourseName
beginning with 'I' that they have taken.
Create a Query that will display all the ProgramNo, ProgramName and
CourseName in ascending alphabetical order for ProgramName.
Create a Query to list all the local Students i.e. who are resident of
Australia.
Create a Query to list the Students who live in a Suburb beginning with
'C' and State beginning with 'V' and find out their telephone
number.

Part 4: Create a Form
Create a user-friendly form for him/her to enter more new Students
names and details into the Database at a later stage.
Enter 5 more Students into the Database using the form you have
created.

Part 5: Generating a Report
Generate a report for Students who took Programs that started in 2005.
Group them by Student's States. The report should contain all
information about the students and use corporate format for this task.
This report is similar to the confirmation of your enrolment statement
in this and other courses.
So; as I said.. I'm stuck.. As basic as the above would seem.. If I
could get a slight explanation of how each part works.. Or how access
as a whole works, how it gathers information, how new information is
entered into an already built database..

It would be greatly appreciated..


Go to the library or bookstore and get a book on Access. Or Google for
some online tutorials on Access.

Bob
Nov 13 '05 #3

123456666666666 666666666666666 666666666666666 666666666666666 666666666666666 6
666666666666666 666
Nov 14 '05 #4
I've got a free sample Access invoices database that you can download
from my site and possibly use as a starting point for your database:

www.Bullschmidt.com/Access

Best regards,
J. Paul Schmidt, Freelance Web and Database Developer
http://www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
I'm in desperate need of your help..

I need to build an access database and have NO idea how to do this..
Not even where to start..

It IS for school, and am not asking anyone to do my homework for me.. I
am merely asking for help, perhaps pointers as to where to begin..

I've never used access before.. I'm rather cluey when it comes to
computers, and playing around with it I managed to create a table, and
link it to a form, but.. That's as far as I can go..

Anyway.. If anyone would be so kind to help, it'd be greatly
appreciated.


Nov 14 '05 #5
On 11 Nov 2005 12:52:18 -0800, "Bec" <fi*******@gmai l.com> wrote:
I need to build an access database and have NO idea how to do this..
Not even where to start..


Start by talking to your instructor and reading your course materials.

Posting a homework assignment verbatim will not get you much (other
than some sour looks and cold thoughts).

If you have a SPECIFIC problem (say, creating a table using the New
Tables option and getting an error message) we'll be glad to help. But
we don't volunteer our time here to do students' work for them.

John W. Vinson[MVP]
Nov 14 '05 #6

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

Similar topics

2
2985
by: Marc R. Bertrand | last post by:
Hello, Do some of you know some pretty good books or web tutorials on building databases, if any? By that I mean, when looking at a business, the sound way of choosing the proper fields and the proper way to group these fields to construct the tables that make up a database, while anticipating database growth. I have learned quite a bit of SQL (thanks to Chris Fehily's Visual Quickstart Guide SQL) but now I want to find some practical...
2
2562
by: mark | last post by:
I've been working on an Access 2000 database for a couple of weeks now. I took a course in access about a year ago, a crash course, and I learned a ton, but I didn't touch Access for the year since then so I forgot everything I learned : ( So this little project I envisioned has turned out to be much harder than I thought. But I think I'm close with it, so I want to see it through. What I wanted to create is a database that will track my...
2
1817
by: John C | last post by:
I am trying to develop a access database version 2002 from scratch and I am a novice programmer and need much direction. I have been researching and studying about relational database design and normalization I am including the 9 tables and there fields that I have already developed. I have and I am not sure what to name the tables and I am thinking of making the incident # field the pimary key?? Can I put that in all the tables? I...
3
1718
by: Mitchell Thomas | last post by:
I hope someone out there can solve my mysterious problem. I have tried everything imaginable, even paid $35 to Microsoft to help me, but they were not able to figure out this problem: Here is the problem: I recently created a new database in Access 2002. I took data from an > access 97 database converted one of the tables to access 2002 and then > imported it into a new table in access 2002. but for some strange > reason, every once...
1
3625
by: MyndPhlyp | last post by:
I am about to completely lose what is left of my poor mynd! The historical dissertation gets rather verbose, so I hope you can wade through it all. I really need some help on this one or I'm looking at rewriting all my hard work in something else (wasting probably a month or more). (If you want to run and hide now, the error message is "The decimal field's precision is too small to accept the numeric you attempted to add." I haven't yet...
35
2561
by: robert d via AccessMonster.com | last post by:
I was asked to provide a proposal. I provided a proposal on my application and the prospective client likes what I have but is wary of it having been developed in Access. I don't understand this concern since my front-end application will be linked to a SQL SERVER backend. But there seems to be this "conventional wisdom" among IT people that Access is a toy database. Okay, let's redefine that as "Jet" is a toy database (which I don't...
0
1721
by: s | last post by:
I need to develop a multiuser database application to be used by four people(The number of users are not likely to increase). It is for storing records of different versions of particular papers. I am new to building such an application. I would like to know what would the requirements be for using Access as the means for building the multiuser database. Two of the four use Access 2000(running Windows 98) and other two use Access...
9
3942
by: pic078 via AccessMonster.com | last post by:
I need serious help - I have a frontend/backend Access database (2 MDE Files) that remains stuck in task manager after exiting the application - you can't reopen database after exiting as a result - I have read every post out there and spent hours trying to figure out the problem with no success whatsoever - I have constrained the problem to one form however, and I think it's hiding somewhere in my code associated with this form, which is...
6
6002
by: ewpatton | last post by:
Good day, I've been trying to work with SQL and an Access database in order to handle custom user profiles. I haven't had any trouble reading from my database, but inserting new entries into it has been troublesome to say the least. My ASP.NET script is supposed to execute an INSERT INTO statement in order to add a user to the database. Here is a sample:
0
8831
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9548
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9374
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9325
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8244
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6796
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6076
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4607
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.