Quote:
> I want to know is it possible and how to use VB codes to accomplish the
> followig operations :
> 1. Save the field value of Access table to a temporary file
Eh? not sure what you want here.
Quote:
> 2. Call a DOS program to execute something
Z& = Shell("Myprog.EXE")
Quote:
> 3. Send the content of an ASCII file to screen
Build a form containing a multiline textbox, txtDisplay
'code fragment:
Infile=Freefile
Open "My.txt" for input as #Infile
Form1.txtDisplay.Text=Input(LOF(Infile),#Infile)
Close #Infile
--
Pat O'Connell
Take nothing but pictures, Leave nothing but footprints,
Kill nothing but vandals...