Hi Everyone and Anyone!
My problem: I need to make an update query to place scores from Course Reports, to Individual Student Tables.
These are my tables...
tblStudent
Stores all of the Student details.
strStudentID
strSurname
...etc
tblStudentAcademic...
Hey,
I have a main form, which is used as a sort-of menu. At present, employees access a drop down select box - where their ID numbers are selected with their names etc.
This information is accessed via tblEmployees. In this also, there is a yes/no box, where employees have selected if they...
Hi All
Righto, this is a fundamental problem that keeps repeating itself, and I dont know where I am going wrong!
Basically, I have a string, which in the record, shows up OK, say strCO. Yet, when I add =[strCO], it comes up with #Error. I think this has something to do with my record source...
Hey All
I was just wondering if it were possible to do a numbered list showing each record. Before you jump the gun, and tell me I should use "autonumber" with each record, some records will be deleted etc., so wont count exactly 1, 2, 3, ... etc.
Basically, its a table showing...
Hey All
I have been having some trouble with this grading program again.
Here it is thus far:
'Functions corresponding to each grade
Private Sub UpdateARIGrade()
Select Case ([intARI] \ 1) '<-- integer division
Case Is >= 90
Me![ARIgrade] = "D"
Case 80 To 89...
Hi, I am a bit of a beginner in VBA, so...
I am writing a database based on students grade. The user inputs their percentage, and the grade is automatically calculated. It prints the grade in an "unbound textbox". How would I go about setting this up? I have the following thus far...
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.