Create the "illusion" of Colored Tabs on an Access Form ~ DataPig

  Рет қаралды 1,825

LearnAccessByCrystal

LearnAccessByCrystal

Күн бұрын

Пікірлер: 7
@emilythechef
@emilythechef 5 ай бұрын
So many cool lessons I didn't even know about in this video, thank you for the info!
@LearnAccessByCrystal
@LearnAccessByCrystal 5 ай бұрын
thank you and you're welcome
@johnclark851
@johnclark851 2 жыл бұрын
Just what I was looking for...grazie!
@LearnAccessByCrystal
@LearnAccessByCrystal 2 жыл бұрын
thanks for commenting, John! Optionally, if you're using command buttons to switch tabs, you can use a tab control to manage the content so controls aren't on top of each other. The tab control Style can be set to None so the normal tabs don't show. Then on the Click event of each command button, call this code: Private Sub ChangeTab() '220814 strive4peace Dim nColor As Long _ , iValue As Integer With Me.ActiveControl nColor = .BackColor 'copy color of button 'button is named with value on the end like cmd_Page2 iValue = CInt(Right(.Name, 1)) End With With Me.MyTabControl .PressedColor = nColor .Value = iValue End With End Sub
@OfficeOnly
@OfficeOnly 2 жыл бұрын
Why you don't use new version to office?
@LearnAccessByCrystal
@LearnAccessByCrystal Жыл бұрын
this video was made a long time ago but still has valuable information
@OfficeOnly
@OfficeOnly Жыл бұрын
@@LearnAccessByCrystal 🌹🌹🌹
Give Web Page feel to Access Forms with the Mouse Move event ~ DataPig
5:37
LearnAccessByCrystal
Рет қаралды 1,9 М.
Using Option Groups in Microsoft Access: Procedure Tracking
22:02
Computer Learning Zone
Рет қаралды 7 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
MS Access Tab Control with Multiple Subforms
6:42
Access Jitsu
Рет қаралды 26 М.
Microsoft Access - Modernizing The Interface
30:55
D Pineault - Tech, Programming and more
Рет қаралды 8 М.
I Tried C#
4:32
conaticus
Рет қаралды 248 М.
20. (Advanced Programming In Access 2013) Using Tab Controls
21:26
Programming Made EZ
Рет қаралды 57 М.
How to Get the Exact Color You Want in Microsoft Access VBA
17:24
Computer Learning Zone
Рет қаралды 6 М.
Listbox trick in Access to Add or Remove items ~ DataPig
9:16
LearnAccessByCrystal
Рет қаралды 3,5 М.
How to use TAB CONTROL in Ms Access 💡
8:27
Edcelle John Gulfan
Рет қаралды 12 М.