Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Davidwazza
  • Content: Threads
  • Order by date
  1. Davidwazza

    Using an Update Query to transfer Grades

    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...
  2. Davidwazza

    Check Status to Access Menu

    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...
  3. Davidwazza

    Using = [] gives an error

    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...
  4. Davidwazza

    Using a Numbered List

    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...
  5. Davidwazza

    Using a Select Case with Null

    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] = &quot;D&quot; Case 80 To 89...
  6. Davidwazza

    Select Case Help

    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 &quot;unbound textbox&quot;. How would I go about setting this up? I have the following thus far...

Part and Inventory Search

Back
Top