Chat with a LIVE Microsoft Access Expert!
 
       
 

         

   

Go Back   Access World Forums > Microsoft Access Discussion > General

 
 
Chat with a LIVE Microsoft Access Expert!
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 08-18-2007, 04:37 PM
fhenderson fhenderson is offline
Registered User
 
Join Date: Aug 2007
Posts: 3
fhenderson is on a distinguished road
Student Log in/out database

Hello everyone. I am a new member and need help with a database that I am working on. Let me first say that my knowledge of Access, SQL, and databases in general is very limited. I work in the Academic Success Center at my college and they use an access database for sign in/out. My job is to redesign this database so that there are two forms instead of one. The first form will just be the first and last name of the student along with the date and time that are generated automatically. Currently the student must type in there info and when they are done working in center they must sift back through the records on the form to find their sign in info and type in a sign out time. My task is to make two forms one that has just the students first and last name along with the current date and time. This will be the student sign in. Once the student is done they should be able to find there name in a list of currently signed in students, select themselves, and be taken to their sign in record. The student will then be required to click a button to be taken to the sign out form which will automatically fill in there name, date, and current time not sign in time. The will then be required to select the resources that they used and what courses they worked on and any comments if they wish. Once they have filled out everything they will need to click a button that will close the sign out form and update the student table with their info. The actual design of the forms is not the problem, the problem is getting all of this to function the way it is supposed to. When I fist agreed to this it really didnt seen like it would be that difficult but apperantly it is, I am becoming very frustrated and desperate. If anyone can give any help at all or point in a direction that will help I would greatly appreciate it. Thanks in advance, and sorry to be so long-winded.
Reply With Quote
Sponsored Links
  #2  
Old 08-18-2007, 05:05 PM
pbaldy's Avatar
pbaldy pbaldy is offline
Who is John Galt?
 
Join Date: Aug 2003
Location: Nevada, USA
Posts: 11,408
pbaldy is a glorious beacon of lightpbaldy is a glorious beacon of lightpbaldy is a glorious beacon of lightpbaldy is a glorious beacon of lightpbaldy is a glorious beacon of light
Welcome to the site. As an FYI, most of us work best with more specific questions. If you can provide a specific problem you're having, we can probably sort it out. It would also help to know your table layout (perhaps even a sample db to look at).

As food for thought, I wrote an app for the university here (helps when you're friends with the Director of IT; you get some side jobs). One thing I incorporated you might think about is a card swipe unit. All the students have cards anyway, so all they have to do is swipe their card. In your situation, you could check to see if they're already signed in (programmatically). If not, sign them in, if so, sign them out. Saves the trouble of them filling in their info to sign in, or finding their info to sign out.
__________________
Paul
Microsoft Access MVP
www.BaldyWeb.com
Reply With Quote
  #3  
Old 08-18-2007, 06:24 PM
fhenderson fhenderson is offline
Registered User
 
Join Date: Aug 2007
Posts: 3
fhenderson is on a distinguished road
Hello. Well there is one form. This form has fields for the students firs and last name, curent date and time, check boxes so the student can select resourses used and courses worked on and a comment field. As far as I can tell there are only two tables that are being used. The student table and the tutor table. The student table is the one that is updated depending on how the student fills out the form. It cantains these fields:

UserID
Student First Name
Student Last Name
Tutor
Date
TimeIn
TimeOut
Then come the courses I wont type them all out here but there are nine. After that there are the resources fields and then the comment field

The form also cantains three buttons, one to go to the previous record, one to go to the last record, and one for a new record. If the last record is shown on the form the student can click the new record button to clear the form and make a new record for themselves. This how the student sings in. Once the student is finished they type in the out time and leave. The student table is updated with the info everytime this happens. Oh there is also a tutor table with just the names of the turtors. Theses two tables are linked together in relationships (one-to-many). My task is to split the form and have two instead of one. The first form will have only first and last name fields, time and date and a list dislpayed with all the students that are currently signed in. Once the student is finished, they can then select themselves from the list rather then having to sift back through the records to find themselves. When they have selected their name from the list they will then click a button that will take them to the second form which will look like the first except it will have the check boxes for the resources and courses and comment box and without the list from the first form. When they have made all their selections they will click a button that will add their info to the table and take them back to the first form. Well there it is. Sorry its so long but yuo to be specific. I cant upload the database because it is 1KB to big . I am becoming very desperate and frustrated with this and really hope that someone can help. If anyone thinks that this post should be in another area please tell me and I will move it. Thanks everyone.
Reply With Quote
  #4  
Old 08-19-2007, 01:35 AM
Rabbie's Avatar
Rabbie Rabbie is offline
AWF VIP
 
Join Date: Jul 2007
Location: In Exile in Wiltshire
Posts: 4,658
Rabbie has a spectacular aura aboutRabbie has a spectacular aura aboutRabbie has a spectacular aura about
Quote:
Originally Posted by fhenderson View Post
I cant upload the database because it is 1KB to big . I am becoming very desperate and frustrated with this and really hope that someone can help.
Have you done a compact and repair on the DB and zipped it. If necessary delete some records from the DB.
Reply With Quote
  #5  
Old 08-19-2007, 05:45 AM
fhenderson fhenderson is offline
Registered User
 
Join Date: Aug 2007
Posts: 3
fhenderson is on a distinguished road
Yeah didnt think about that. Here it is
Attached Files
File Type: zip db1.zip (248.1 KB, 24 views)
Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Database corruption WindSailor General 1 08-22-2006 07:06 AM
Linked Tables and User Level Security mikec Modules & VBA 3 01-22-2006 11:37 PM
I need help Pls!!! darksniper General 21 09-08-2005 09:30 AM
Create a Log for Database modifications... darno General 9 07-19-2005 05:15 AM
Log users in secured database? spacepro General 4 02-25-2003 12:47 PM


All times are GMT -8. The time now is 04:47 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
(c) copyright 2009 Access World