CuriousGeorge
Registered User.
- Local time
- Today, 14:08
- Joined
- Feb 18, 2011
- Messages
- 131
If i want to be able to set the search path (in browse procedure) by entering the path manually from my form; how would i go on doing that?
If i, for example, want the second part of this code fragment below to be set from a text box on the form.
I tried to just create a string S and set that by something like:
s=Me.TextBox.Text
and changing code above to:
but that didnt work.
Any ideas?
Thanks heaps
If i, for example, want the second part of this code fragment below to be set from a text box on the form.
Code:
Shell ("C:\Users\SSS787\exjobb\Database\Readlog_update\readlog.exe C:\Users\SSS787\exjobb\Database\Readlog_update\imports\*.*")
I tried to just create a string S and set that by something like:
s=Me.TextBox.Text
and changing code above to:
Code:
Shell ("C:\Users\SSS787\exjobb\Database\Readlog_update\readlog.exe s\*.*")
but that didnt work.
Any ideas?
Thanks heaps