Hi:
Here is a question that gas been nagging me for ages:
Suppose that you are working in the Access VBA editor.
You need to change this text:
A
B
C
into this text:
"A", "B", "C"
Is there a way to do it with the Find-And-Replace (Control+H) functionality?
To put it in other words:
If you select "Use Pattern Matching" then you can enter wildcards into the "Find What" field, but how do you indicate start-of-line or end-of-line?
Thanks,
Dror
Here is a question that gas been nagging me for ages:
Suppose that you are working in the Access VBA editor.
You need to change this text:
A
B
C
into this text:
"A", "B", "C"
Is there a way to do it with the Find-And-Replace (Control+H) functionality?
To put it in other words:
If you select "Use Pattern Matching" then you can enter wildcards into the "Find What" field, but how do you indicate start-of-line or end-of-line?
Thanks,
Dror