I'm struggling with the code to assign the contents of a text box to a variable. I've tried VendorNameVar = Me.txbxVendorName.Value and VendorNameVar = Me.txbxVendorName.Text. I've tried triggering the code from various events (On Change, On Exit, On Lost Focus, etc). I've tried declaring my variable both at the module level and procedure level but my variable never obtains a value. I'm sure it's a fundamental error by a rookie. Any Thoughts?