Dec 6, 2006 #1 williekay Technical User Joined Jun 30, 2003 Messages 121 Location US Can you have a form open in Datasheet view, Doble Click a cell and have it open as Form View, without it reopening the form? Willie
Can you have a form open in Datasheet view, Doble Click a cell and have it open as Form View, without it reopening the form? Willie
Dec 6, 2006 #2 Remou Technical User Joined Sep 30, 2002 Messages 13,030 Location BE You can change to datasheet view, but there is no way back, unless you put the double-click event on a control: DoCmd.RunCommand acCmdDatasheetView DoCmd.RunCommand acCmdFormView Upvote 0 Downvote
You can change to datasheet view, but there is no way back, unless you put the double-click event on a control: DoCmd.RunCommand acCmdDatasheetView DoCmd.RunCommand acCmdFormView