Hi all,
I’m trying to cheat and hoping someone will help me! Cheeky huh!
I have a table with Field names “1” to “31” for the days of the month – now please don’t grouse.. I have to do it this way to allow data to be entered in a cross-tab format. ( I do unroll the data for all other purposes)
I have a record set of this table and am trying to do a .findfirst on the recordset using
For I is 1 to 31
Recs.findfirst “cstr(i) >” & “”
This works fine if I use the field name
Recs.findfirst “[1]>’’”
How can I insert the value of i as the field name, trying to find the first record in the recordset with a value in the field named [1].
Thanks in advance for any help
Marion
I’m trying to cheat and hoping someone will help me! Cheeky huh!
I have a table with Field names “1” to “31” for the days of the month – now please don’t grouse.. I have to do it this way to allow data to be entered in a cross-tab format. ( I do unroll the data for all other purposes)
I have a record set of this table and am trying to do a .findfirst on the recordset using
For I is 1 to 31
Recs.findfirst “cstr(i) >” & “”
This works fine if I use the field name
Recs.findfirst “[1]>’’”
How can I insert the value of i as the field name, trying to find the first record in the recordset with a value in the field named [1].
Thanks in advance for any help
Marion