Can anyone PLEASE tell me why I the code below produces a type mismatch error? It breaks on highlighted...
Public Sub ReadFormProps(frmOpenForm As Form, HistoryID As Integer)
Dim ctrl As Control 'to loop through controls
Dim prpty As Property 'to loop through properties of...