T
tedofocala
but I can't figure it out.
I have no programing background and I'm trying to do something that
should be relatively simple but it is beyond me.
A former collegue wrote a program that allows us to view a students
complete academic history on one sheet of paper. It was great,
however, he is now gone and our school system has changed to a
different reporting system. I am trying to adjust his program to
accept the new field names. His old program had to do a lot of
sorting to get the basic information that we need. Fortunately, I can
get the basic information without the need for all the extreaneous
code. Unfortunately I don't know how to separate the baby from the
bath-water. Basically, what I need to do is...
Get the information from Access onto my report.
The table I am using is called Best FCAT
The fields are Student Number, StuName, Math, Read
StuNumber = district assigned number
StuName = Student full name
Math = students score in math (three digit numeric)
Read = students score in Reading (three digit numeric)
I would like to place it all on one line on a form with cells going
straight across to read:
Cell 1 Cell 2 Cell 3
FCAT Math: (score) Read: (Score)
(The placing of the Student Name and Number is already accomplished
with the original program.)
Any assistance would be greatly appreciated.
Ted N.
Ocala, FL
I have no programing background and I'm trying to do something that
should be relatively simple but it is beyond me.
A former collegue wrote a program that allows us to view a students
complete academic history on one sheet of paper. It was great,
however, he is now gone and our school system has changed to a
different reporting system. I am trying to adjust his program to
accept the new field names. His old program had to do a lot of
sorting to get the basic information that we need. Fortunately, I can
get the basic information without the need for all the extreaneous
code. Unfortunately I don't know how to separate the baby from the
bath-water. Basically, what I need to do is...
Get the information from Access onto my report.
The table I am using is called Best FCAT
The fields are Student Number, StuName, Math, Read
StuNumber = district assigned number
StuName = Student full name
Math = students score in math (three digit numeric)
Read = students score in Reading (three digit numeric)
I would like to place it all on one line on a form with cells going
straight across to read:
Cell 1 Cell 2 Cell 3
FCAT Math: (score) Read: (Score)
(The placing of the Student Name and Number is already accomplished
with the original program.)
Any assistance would be greatly appreciated.
Ted N.
Ocala, FL