Text Editor

  • Thread starter Thread starter Russ
  • Start date Start date
R

Russ

I need to open a text editor and display and edit data
from a field in an access table. Any ideas on how to do
this? I don't want to use and HTML editor because I need
to limit the user to text only formatting (tabs, returns,
etc.)

Thanks in advance
 
Why not just put a large text box on the form and turn on the scroll bar?
 
Russ,
Try:

debug.? Shell("Notepad.exe " & "path to textfile", vbNormalFocus)

I find it useful for testing things I've written to textfiles

hth
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top