recordset or what?

R

roger

Hello Friends:

I have 2 tables in my application.
A students table which losts all the 25 students taking
this online training program and the other table for the
attendance records of these students.

These students have sessions scheduled for them when they
do training on the computer; sometime they can get
exemptions of time off by the Training coordinator for
whatever reason such as holiday etc. In that case these
hours are not considered as used by the students and they
can get more time latter on.

I have to design a way whereby the admin can give these
students ALL or individually an exempt time. When he does
that a record must get entered in the tblattandance which
will show something like...
Stu_Clock_Num=20090,Exempt=yes,Hours_Exempt=4 hrs

How would I do that?

Can I only do it using a recordset only or can I do it
using an Insert,Update etc type of query.
 
T

TC

You have recently been asked - politely - NOT TO FRIGGIN' MULTI-POST.

Now you are multi-posting under SLIGHTLY DIFFERENT SUBJECT LINES.

This is an excellent way to MINIMIZE YOUR CHANCE OF GETTING HELP.

Unless you are TRULY AN IMBECILE, go back and READ WHAT HAS BEEN SAID TO YOU
ABOUT THE DIFFERENCE BETWEEN MULTI-POSTING AND CROSS-POSTING.


* D O N O T M U L T I - P O S T *
===========================


* C R O S S * - P O S T
=================


TC
 
R

roger

YOU SHOULD NOT USE SUCH LANGUAGE HERE> THIS IS FOR
PROFESSIONALS AND NOT FOR SICKOS LIKE YOU>
 
T

TC

Tim Ferguson said:
TC: save your blood pressure and just kill-file him...


Tim, I have done so. And you are spot-on with the blood pressure comment! I
came very close to blowing a fuse - a fairly rare event for me!

The silly thing is, that my only intention was to help the guy get better
help. But he is INDEED an imbecile, so the effort was a waste of time.

Cheers :)
TC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Insert or recordset? 4
Insert query or Recordset 1
records sets related 7
Syntax error in form 4
recordsets related questions 3
recordsets related 3
How do Imake a report work like a form for data entry? 7
Question?? 10

Top