L
LAS
I'm trying to solve the problem that the colum ProbBehaveCat2_desc is not
getting updated, even though the code below is getting executed. A mystery
or a clue is that when the gs_debug... statement is executed, I get an
error, "Invalid use of null." Why do I get the error there and not in the
statement preceding? gs_debug is a public global string. The combo box
looks good, and puts the chosen item in the field.
irst_StudentTracking!ProbBehaveCat2_Desc = cboProbBehave2.Column(2)
gs_Debug = cboProbBehave2.Column(2) 'This is the row that causes
the error
irst_StudentTracking.Update
getting updated, even though the code below is getting executed. A mystery
or a clue is that when the gs_debug... statement is executed, I get an
error, "Invalid use of null." Why do I get the error there and not in the
statement preceding? gs_debug is a public global string. The combo box
looks good, and puts the chosen item in the field.
irst_StudentTracking!ProbBehaveCat2_Desc = cboProbBehave2.Column(2)
gs_Debug = cboProbBehave2.Column(2) 'This is the row that causes
the error
irst_StudentTracking.Update