I want to be able to open an update form when I double click a record in a datasheet (personally I don't like the split form). Do I have to create a double click event for every field? Or is there a shortcut for this one event for all? I tried Form's Detail_Dblclick but it doesn't do anything.
Also how do I create a double click on the record selector? I tried Form_DblClick which works with record selector, but if I double click the column divider, it opens the update form instead of expanding the column.
Thanks for your advice in advance.
Also how do I create a double click on the record selector? I tried Form_DblClick which works with record selector, but if I double click the column divider, it opens the update form instead of expanding the column.
Thanks for your advice in advance.