..."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 dbs = CurrentDb()
Set rec = dbs.OpenRecordset(strSQL...
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.