You can use SQL select statement to select the record which match "spec Number" (=me.MBR_ID)and use recordset to auto fill the rest control in the form. Bellow is partial code.
strSQL = "select * from [dbo_MEMBER] where [MBR_ID] = '" & Me.MBR_ID & "'"
Set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.