Pharcyde
Arriba Arriba!!!
- Local time
- Today, 00:36
- Joined
- Sep 4, 2003
- Messages
- 116
Hey all,
This relates to both forms and queries, so i stuck it in here...
In my dept there are 4 forms for entering/displaying exam marks. Its the typical thing where you enter the marks, and the form calculates the wightings, pass/fail and so on. Nothing complicated there...
The forms dont use a query as a source, they use a SELECT DISTINCTROW statement to gather the data, then work it all out from there.
Heres the problem
I need to amalgamate (good word!) the forms and tables (from 1 db) into one (on our new db), so that 1 students form holds all their exams/results.
Looks like I cant enter the marks, only view them. The reason I tried to use a query was so that we could display all the subjects...
So, does this make sense? What are my options here? Can anyone help me out pleeeeeese?
Mucho Grasias, LeeBoy

This relates to both forms and queries, so i stuck it in here...
In my dept there are 4 forms for entering/displaying exam marks. Its the typical thing where you enter the marks, and the form calculates the wightings, pass/fail and so on. Nothing complicated there...
The forms dont use a query as a source, they use a SELECT DISTINCTROW statement to gather the data, then work it all out from there.
Heres the problem

I need to amalgamate (good word!) the forms and tables (from 1 db) into one (on our new db), so that 1 students form holds all their exams/results.
- I merged the tables into one as best I could (there were a few before)
- I then made a query to bring up the necessary students
Looks like I cant enter the marks, only view them. The reason I tried to use a query was so that we could display all the subjects...
So, does this make sense? What are my options here? Can anyone help me out pleeeeeese?
Mucho Grasias, LeeBoy



