C
Confused_Dave
Hi,
I'm trying to copy data from a field in form to a notepad file.
So far i've got:
Private Sub Resolved__AfterUpdate()
DoCmd.GoToControl "Teacher Name"
DoCmd.RunCommand acCmdCopy
DoCmd.RunMacro "notepad"
Can anyone help me to paste the selected data into notepad and save it to a
location?
Thank You
Dave
I'm trying to copy data from a field in form to a notepad file.
So far i've got:
Private Sub Resolved__AfterUpdate()
DoCmd.GoToControl "Teacher Name"
DoCmd.RunCommand acCmdCopy
DoCmd.RunMacro "notepad"
Can anyone help me to paste the selected data into notepad and save it to a
location?
Thank You
Dave