I have an application that has a datasheet presentation style for the data entry form (client insisted on this) and I have a need for a field that can handle two events. I need it to do one thing on double click and a different thing on key down all within the same field. I have tried to simply define two events in the same text box in design view but when a user uses tab to tab into the field the key down event fires without having the keydown key even being pressed. Essentially I need the user to be able to tab into the field and use the double click event to search the column for data, or use the key down event to open a second form to enter new data, or alternatively to tab out of the field and do nothing. I hpe I have explained the problem sufficiently and if anyone has a solution I would greatly appreciate it.
Regards,
Polnichek
Regards,
Polnichek