Hello,
In Access 2010/2007, how do you prevent users from flipping into design view from the ribbon? I do not want to hide the entire ribbon (DoCmd.ShowToolb ar "Ribbon", acToolbarNo) or even the "View" part of the "Home" tab because users like being able to flip between Form View and Datasheet View in the forms. It turns out that on our network, if a user inadvertantly clicks Design View, then the database...
Search Result
Collapse
4 results in 0.0044 seconds.
Keywords
Members
Tags
-
Access 2010 Ribbon - Disable Design View?
-
How to Set View Percentage in a Report (Zoom)
I'm currently using Access 2003 on an XP machine.
When my report opens, the size of the report always seems to be such that it fits a whole page in the window. The View Percentage in the Print Preview toolbar seems to go to a value "Fit" which takes the currently defined size of my window, and fits in a whole page of A4 within that. I don't know if I have used the correct term for the setting on the toolbar, but I know... -
tree view control
hey there i have made a tree view control and i am having a problem that my data is not displaying on the screen can any body solve my problem
here below is the code
Code:<asp:XmlDataSource ID="XmlDataSource1" runat="server" DataFile="~/App_Data/treedata.xml" XPath="\treedata" TransformFile="~/App_Data/xslfile.xslt"></asp:XmlDataSource>
-
list view if statement
im getting an error from reading of a listview which has items in, but none have been selected yet. I need an if statement which says something like "if (no item is selected == true) {set selection;}
if it helps its for a button.
regards
Mike