Microsoft Access Errors
The trouble with Errors is it is often difficult to work out what actually went wrong. The error message might not relate specifically to something. As I come across Errors in my code I will do short video clips describing the Error and the situation that the Error happened in, and what I thought caused the Error. Hopefully I can develop a Compendium of Errors and Solutions.
Runtime error 438
Object doesn't support this property or method
Runtime error 438
Video 1 (00:40)
When writing normal code you can assign values to textboxes, comboboxes, etc, using the Equals Sign. However if you are operating on “Objects” you have to use the prefix “Set”.
Video 1 (00:40)

Play Video
… …