J jwf Registered User. Local time Today, 11:36 Joined Dec 5, 2012 Messages 18 Jan 18, 2013 #1 I have several forms on a switchboard in Access 2010. I need to force 2 of the forms to only open in datasheet mode. Any advice? Last edited: Jan 18, 2013
I have several forms on a switchboard in Access 2010. I need to force 2 of the forms to only open in datasheet mode. Any advice?
pr2-eugin Super Moderator Local time Today, 19:36 Joined Nov 30, 2011 Messages 8,494 Jan 18, 2013 #2 When you say reports do you mean Queries that the Reports are based on? Or you mean reports? I think a report can have only Print view or Normal report view.. I am not sure on this..
When you say reports do you mean Queries that the Reports are based on? Or you mean reports? I think a report can have only Print view or Normal report view.. I am not sure on this..
John Big Booty AWF VIP Local time Tomorrow, 04:36 Joined Aug 29, 2005 Messages 8,262 Jan 18, 2013 #3 I'm not sure that it is possible. Perhaps this thread will help.
J jwf Registered User. Local time Today, 11:36 Joined Dec 5, 2012 Messages 18 Jan 18, 2013 #4 Sorry, it should have forms not reports.
John Big Booty AWF VIP Local time Tomorrow, 04:36 Joined Aug 29, 2005 Messages 8,262 Jan 18, 2013 #5 I'm sure the OP originally said Report Given that it has now been edited to say Form, use; Code: DoCmd.[URL="http://msdn.microsoft.com/en-us/library/office/ff820845.aspx"]OpenForm[/URL] "MyFormName", [URL="http://msdn.microsoft.com/en-us/library/office/ff836050.aspx"]acFormDS[/URL]
I'm sure the OP originally said Report Given that it has now been edited to say Form, use; Code: DoCmd.[URL="http://msdn.microsoft.com/en-us/library/office/ff820845.aspx"]OpenForm[/URL] "MyFormName", [URL="http://msdn.microsoft.com/en-us/library/office/ff836050.aspx"]acFormDS[/URL]