Hi,
I am developing a DB to track attendance and grades (see attached). Currently I have a sperate table for grades and attendance that are linked 0ne-to-one by the "ProgressKey" whic is the the class number combined wth the student ID number. The key is generated with an UD query to combine the two fields in the Student enrollment table.
Here are my questions
How can I combine the two fields (class number and ID) using an event immediately upon adding a new record?
How can I get a new record (with the newly created progress-key) to appear immediately in the attendance table as well?
Also, when I recoved my DB by exported the files to a new DB, I noticed three new tables linked in my relationships pane. it also insists on makinf a copy of my main contct information table in the pane???
Thanks in adavance for having a look.
Take care,
Daryl