
Help in Microsoft Office Access
#1
Posted 24 November 2008 - 07:03 AM
Register to Remove
#2
Posted 25 November 2008 - 08:18 PM
Your request is pretty vague and I'm not entirely sure I know what you are asking. What is this database for? (single class, high school college, etc) Maybe if you provided some examples to go along with the explanations, it may help. Here are preliminary responses based on your info:
UPDATE StudentClasses SET Class = '2A' WHERE StudentID=123 AND Class = '1A'
- Why not just have a "graduated" checkbox field. All aside, I'm sensing some 3NF issues with the structure of the database.
SELECT * FROM Students WHERE Zip = ?
Regards,
Ax
Kaspersky Online Virus Scan | Trend Micro HouseCall | Windows Live OneCare | Secunia Software Inspector
#3
Posted 25 November 2008 - 10:07 PM
Here's the link: http://rapidshare.co...RATION.mdb.html
I'm creating this database for a junior high school. My example would be when a student record is entered into say Form 1 and then the next year he is promoted to Form 2 but then I want this to be done automatically without having to change the class manually. And I was thinking of having a checkbox field for when the teacher can tick the retainers and the others promoted to Form 2. So that the new batch of Form 1 students can be entered into Form 1. At the same time as for those students who are going to graduate from school, I need their records to move to another table for Graduated students(though I haven't included this in my database).
#4
Posted 29 November 2008 - 01:16 PM
Here is an additionall resource of MS MVPs specializing in Access
http://www.mvps.org/access/
Best Regards
If you wish, you may Donate to help keep us online.
#5
Posted 04 December 2008 - 07:59 PM
Kaspersky Online Virus Scan | Trend Micro HouseCall | Windows Live OneCare | Secunia Software Inspector
#6
Posted 04 December 2008 - 09:33 PM
#7
Posted 17 December 2008 - 05:29 PM
UPDATE Students SET Class = 'GRAD' WHERE Class = '5C'
That's it, nothing to it. You'd want to promote the graduating class first and then each class in reverse sequential order. I don't know if I completely understand the process or terminology, maybe you could explain it better to me.
On the second item, I would advise you to split the address out into different fields, like Address1, Address2, City, Province, PostCode. With the format you have now, you'd have to search based off the whole address, as follows:
SELECT * FROM Students WHERE ADDRESS LIKE '*Kg Katok*'
Let me know of any other questions.
Ax
Kaspersky Online Virus Scan | Trend Micro HouseCall | Windows Live OneCare | Secunia Software Inspector
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users