Hi all,
I am looking for some code that will enable me to change the values of certain fields in a table which is not open. The changes will be dependant upon certain "if" criteria.
If USER2 = "BR" AND MARK = "P.." then
USER2 = "BP"
endif
I know that tCursors can be used for this kind of thing but my experience with these are very limited.
I'm sure this is an easy process and would appreciate someone pointing me in the right direction.
Thanks,
Woody.
I am looking for some code that will enable me to change the values of certain fields in a table which is not open. The changes will be dependant upon certain "if" criteria.
If USER2 = "BR" AND MARK = "P.." then
USER2 = "BP"
endif
I know that tCursors can be used for this kind of thing but my experience with these are very limited.
I'm sure this is an easy process and would appreciate someone pointing me in the right direction.
Thanks,
Woody.