I would think this should be easy, but I'm having a diffiicult time and keep receiving an error.
I want to display a message box with a label I have for the title.
Dim strTitle as String
strTitle = lblTaxes
MsgBox (txtTaxes), vbOKOnly, strTitle
lblTaxes is a my label that I want to...