Ok, I have to work with this db designed by someone else that is essentially emulating a flat file db.<BR><BR>One of the functions is it exports the data to a real flat-file. The problem I've run into ...
In VB form design, one can trigger the "on click" event by puting an "Access key" into a caption name...<BR><BR>e.g. &Close as a command button's caption name, would trigger the "on click" event if ...