D damo1960 New member Local time Today, 10:50 Joined Nov 1, 2007 Messages 2 Nov 1, 2007 #1 Access 2007 apparently no longer has the autofill feature with datasheets. This was an option that I used frequently and not having slows down greatly my particular tasks. Is there some way of activating it?
Access 2007 apparently no longer has the autofill feature with datasheets. This was an option that I used frequently and not having slows down greatly my particular tasks. Is there some way of activating it?
boblarson Smeghead Local time Today, 02:50 Joined Jan 12, 2001 Messages 32,059 Nov 3, 2007 #2 Don't know if this will help, as I couldn't find it explicitly for autofilling but see if this might at least make it easier: Insert the value from the same field in the previous record CTRL+APOSTROPHE (')
Don't know if this will help, as I couldn't find it explicitly for autofilling but see if this might at least make it easier: Insert the value from the same field in the previous record CTRL+APOSTROPHE (')
D damo1960 New member Local time Today, 10:50 Joined Nov 1, 2007 Messages 2 Nov 4, 2007 #3 boblarson said: Don't know if this will help, as I couldn't find it explicitly for autofilling but see if this might at least make it easier: Insert the value from the same field in the previous record CTRL+APOSTROPHE (') Click to expand... thanks for replying. It at least makes it a bit less time consuming
boblarson said: Don't know if this will help, as I couldn't find it explicitly for autofilling but see if this might at least make it easier: Insert the value from the same field in the previous record CTRL+APOSTROPHE (') Click to expand... thanks for replying. It at least makes it a bit less time consuming
F FreshPlantain New member Local time Today, 02:50 Joined Aug 6, 2015 Messages 4 Aug 6, 2015 #4 Beautiful. Now how to trigger with VBA?
wiklendt i recommend chocolate Local time Today, 20:50 Joined Mar 10, 2008 Messages 1,746 Aug 6, 2015 #5 Have you tried 'sendkeys'?
F FreshPlantain New member Local time Today, 02:50 Joined Aug 6, 2015 Messages 4 Aug 7, 2015 #6 wiklendt said: Have you tried 'sendkeys'? Click to expand... Yes that works Code: SendKeys "^'" Thank you very much!
wiklendt said: Have you tried 'sendkeys'? Click to expand... Yes that works Code: SendKeys "^'" Thank you very much!