Hello,I have a simple purchase order form connecting to an Access DB. I
want it to open as a blank form but when the user clicks the save
button, I want it to query the DB and display the record they just
entered so they can print or update. I am a dotNet developer but don't
know javascript very well. Seems like this should be easy but I'm
struggling to find any info. I have the addNew() event scripted for when
the form loads so I get an empty form but that overrides the event to
pull up the las...