R
Robert
This question is for an MS Access Guru/Wizard.
I have a command button on a form. When the button is pressed, I want
Access to write a script into a notepad file using the data from the current
records on the form. The scipt looks like this:
send <f2>
wait record
send <back-tab>
send "n<f2>"
wait record
send <enter>
wait record
send "2119<tab>"
send <tab>
send <tab>
send "<tab>"
send <tab>
send "n<tab>"
send <tab>
send "26301<tab>"
I am not sure what language this is, but I assume it is a very simple
script. Can this be done, Access Guru's? Thanks
I have a command button on a form. When the button is pressed, I want
Access to write a script into a notepad file using the data from the current
records on the form. The scipt looks like this:
send <f2>
wait record
send <back-tab>
send "n<f2>"
wait record
send <enter>
wait record
send "2119<tab>"
send <tab>
send <tab>
send "<tab>"
send <tab>
send "n<tab>"
send <tab>
send "26301<tab>"
I am not sure what language this is, but I assume it is a very simple
script. Can this be done, Access Guru's? Thanks