P
Poida3934
I have a table of student records, and would like to have a field showing
age at start of school year.
I'd like to have it calculated as the user goes through a student
maintenance form. The student date
of birth I have in a field, and in a separate "school details" table, the
start of school year date.
A datediff formula does the work, but at present it's a calculated field on
my form (as per the formula example I found on the net). My first problem
is how do I get the the actual table field to calculate itself from the
formula, or alternatively, set the table field equal to the calculated field
once I've passed through the field on the form?
My second problem is how do I load the start of school year date from my
school details table, whilst I'm in my student maintenance form, looking at
my student records table?. At present, my formula is looking at todays date
instead of start of school year date, until I work out how to access the
field.
I though of basing my form on a query, but the school details table has just
one record, bearing no relationship to any of the data in the student
records file.
In Anticipation!!
Poida3934
age at start of school year.
I'd like to have it calculated as the user goes through a student
maintenance form. The student date
of birth I have in a field, and in a separate "school details" table, the
start of school year date.
A datediff formula does the work, but at present it's a calculated field on
my form (as per the formula example I found on the net). My first problem
is how do I get the the actual table field to calculate itself from the
formula, or alternatively, set the table field equal to the calculated field
once I've passed through the field on the form?
My second problem is how do I load the start of school year date from my
school details table, whilst I'm in my student maintenance form, looking at
my student records table?. At present, my formula is looking at todays date
instead of start of school year date, until I work out how to access the
field.
I though of basing my form on a query, but the school details table has just
one record, bearing no relationship to any of the data in the student
records file.
In Anticipation!!
Poida3934