M
MAB
Is there a way to tell Access VB XP to look at every field in a record and
look for a value? For example, I have 30 fields in my record. If any one of
them (or all of them , or any number of them) is equal to a certain value
(say 5000) I want it to change the field to zero.
I can go down through each record fine by using the Do While Not .EOF /Loop
routine. But is there a way for it to look at every field without having to
name each field in the code?
Thanks!
look for a value? For example, I have 30 fields in my record. If any one of
them (or all of them , or any number of them) is equal to a certain value
(say 5000) I want it to change the field to zero.
I can go down through each record fine by using the Do While Not .EOF /Loop
routine. But is there a way for it to look at every field without having to
name each field in the code?
Thanks!