Trying to open a file, and then append data to it... how can I do this?


So far I have:


Open App.Path & "\output.txt" For Random As #OutputFile Len = Len(MyRecord)


thanks...