K
knarf
I want to change multiple textfields (& captions, which comes down to the
same problem)
textfields contain image path references (string) e.g.:
'path_0' contains 'c:\data\file1.txt'
'path_1' contains 'c\data\file2.txt'
I want to be able to change all textfields in one simple expression (picNum
can have any integer)
Eval("me.path_" & picNum & ".value = 'c:\whatever.txt' ")
... results in Error 2482 : can't find path_0
- however, absolute referencing to path_0.value works.
- have tried replacing me
Any ideas?
Frank
same problem)
textfields contain image path references (string) e.g.:
'path_0' contains 'c:\data\file1.txt'
'path_1' contains 'c\data\file2.txt'
I want to be able to change all textfields in one simple expression (picNum
can have any integer)
Eval("me.path_" & picNum & ".value = 'c:\whatever.txt' ")
... results in Error 2482 : can't find path_0
- however, absolute referencing to path_0.value works.
- have tried replacing me
Any ideas?
Frank