Good afternoon all.
Since VBA doesn't have parameterized constructors, i've been trying to implement a factory in a class.
This is the code í've done so far, after looking up in the net:
Option Compare Database
Option Explicit
Private myImovelID As Integer
Public Function Create(ByVal...