MikeBronner
Programmer
How do I determine what field I am currently editing in an ADO recordset?
I'm looking for something like
if (adoSet.Fields.Item.Name = "Response"
Then
where Response is the name of the field I am looking for. However, when I tried the above, it requires me to add the index number of the item.
Thanks!
I'm looking for something like
if (adoSet.Fields.Item.Name = "Response"
where Response is the name of the field I am looking for. However, when I tried the above, it requires me to add the index number of the item.
Thanks!