squirleegirl
Programmer
I am new at this...so please be patient with me =-)
I have an Access Database that is displaying a .txt file in Notepad (through the shell command) for viewing.
How can I make this file read-only? This is the code I am using....
Shell "notepad.exe C:\Documents and Settings\" & cboFindStudentID.Value & "\My Documents\" & Combo214.Value & ".txt", vbNormalFocus
Thanks!!!!!
I have an Access Database that is displaying a .txt file in Notepad (through the shell command) for viewing.
How can I make this file read-only? This is the code I am using....
Shell "notepad.exe C:\Documents and Settings\" & cboFindStudentID.Value & "\My Documents\" & Combo214.Value & ".txt", vbNormalFocus
Thanks!!!!!