User Profile
Yassirmosawi
Copper Contributor
Joined 4 years ago
User Widgets
Recent Discussions
Grouping buttons
Hi, I have a form containing 25 command buttons divided into 5 groups. I want them to behave like a radio button, that is, when I click a button in group "a" it will be red and all other 4 button of the group remain blue (for example). Till now I used a function to set all buttons first: Function groupA() B1.quickstyle=1 B2.quickstyle=1 B3.quickstyle=1 B4.quickstyle=1 B5.quickstyle=1 End function Then in every button click event I change its color: Sub B1_click() groupA B1.quickstyle=8 End sub Is there a better way?994Views0likes3CommentsProtect access database across network
Hi, I have an access file db (back end) shared across a Lan network, I want to make it unreadable, undeletable, and unwritable from any pc on the network except using a ui (front end) access file that I put it in network PCs (or using the main admin PC). How can I do that?Solved1KViews0likes1Comment
Groups
Recent Blog Articles
No content to show