L
Laurel
This works (ergo, the recordset variable is legitimate)
li_safety = lrst_Scores![Safety]
'But this one returns error 424 'Object required'
li_safety = rst_Scores.Fields.Count
How come? From the help it looks like it should return the number of fields
in a row of the records set.
li_safety = lrst_Scores![Safety]
'But this one returns error 424 'Object required'
li_safety = rst_Scores.Fields.Count
How come? From the help it looks like it should return the number of fields
in a row of the records set.