EasyRider this is a neat solution, I use it all the time.

HotKeys.

I think you might fall in love w/ it. It allows you to open a chart, work on it partly, forward to your inbox VERY quickly with one key stroke. Then you can open another chart, do part of it, forward that back to your inbox. Work on another, etc.

While you cannot open multiple simultaneous charts in AC, this allows you to forward partially completed charts back to the inbox very quickly, thus circumventing the need to open multiple charts at once.

1) Go to Autohotkey.com and down load and install the application.
2) It is a script to simulate clicking the buttons to forward the chart to your inbox, by pressing the <Windows Key> + <C> at the same time. It instantly performs the forward chart action.
3)Open Notepad and enter the following verbatim.

#c::
send !c,
send {down}
send {enter}
return

4) Save the file as ForwardChart.ahk
5) Drag the file to Start Menu-->Program Files-->Startup

If you wish to have a script to sign off your chart note without clicking all the buttons, and doing the same thing near instantly do this.

1) After installing AutoHotkey application, Open Notepad and enter the following verbatim.

#s::
send !s!n!s{enter}!n!y
return

2)Save the file as SignNote.ahk
3)Drag the file to Start Menu-->Program Files-->Startup



Adam Lauer, DO (solo FP)
Twin City Family Medicine
Brewer, ME