I have a textbox in a form that is derived by the use of a function that I created. This is working just fine. I now have the need to take this value and apply some additional logic to the value to determine a new value for another form textbox. The question - what is the best way to refer to...
Good AM:
I have struggling with constructing a string to execute some SQL. Here is my update statement
update teacherresources set [student_enroll] = (([student_enroll] / variable1) * Variable 2 )) where(( trschool_id = 12 and [tryear] = forms!form1!yearcombo) or (where trschool_id = 13 and...
I am trying to determine if I can create a select query that will produce the following data for a report. I would like a report/query that is organized as follows:
Gradesubjectname Sum of Teacher FTE Sum of Enroll by school_id
Report would like like this.
School A School B
Grade
Grade 1 4...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.