Access Advanced 3
01. More Control Properties 1 (19:20)
ForeColor
#FFFFFF Colors
Use VAL() Function
=Val("&H000000")
How Hexadecimal Numbers Work
RGB() Function
Access Color Codes
Command Button to MessageBox Color Code
Discussion of Color Constants in VBA
vbRed, vbBlue, etc.
BackColor
Theme Colors v. Standard Colors
FontSize Property
02. More Control Properties 2 (21:14)
FontName Property
Visible Property
Height, Width Properties
OnGotFocus, OnLostFocus Events
Make Notes Field Larger When Clicked On
Top, Left Properties
BackStyle Property
Have Access Tell You the Numeric Values
BorderStyle Property
Changing Form Background Colors
Forms!MyForm.Detail.BackColor
Forms!MyForm.FormHeader.BackColor
Forms!MyForm.FormFooter.BackColor
03. Locking Paid Orders (35:14)
Enabled Property for Controls
Lock Subform
Difference Between Locked and Enabled
Store Data in Temporary Variables
SetTempVar Command
InputBox Function
MessageBox TempVars!Variable
Check for Password
BeforeUpdate vs. AfterUpdate
Cancel BeforeUpdate Event
CancelEvent Command
Don't Run Event on PAID only UNPAID
RunMacro Command
|