Hello Guys,
I think I solved this with VBA Code. I have put the following code:
Private Sub ID_LostFocus()
Dim db As Database
Dim rst As Recordset
Dim STRSQL As String
Set db = CurrentDb()
STRSQL = "Select [Test.ID], [Test.Fname], [Test.DoB],[Test.Facility Name], [Test.City]...