It takes time to learn the ropes.
One thing I do a lot, since numbers are indeed useful entities, is to, when appropriate, make a naming convention. So fields might be named "abc1, abc2, abc3...". This is pretty boring, but nonetheless has the advantage, as Klaus said, of not being subject to environmental pollution. Do you see what I mean? The number property is a very nice property indeed, but it can be changed by other forces. A name cannot, unless you do so explicitly. Yet the above schema has the advantages of both. Let us say that the above three fields had a width of 75, and you wanted to widen them:
Code: Select all
repeat with y = 1 to 3
set the width of field ("abc" & y) to 100
end repeat
If you find this cute, write back and say so. If old hat, well, then write back and say so.
Craig