1: 2: 3:
If Me.Txt_Title.Value = Dlookup(Title, tbl_DvdInfo) Then Msgbox "DVD Title already Exsists"'vbokonly Else: End If
1: 2:
Dim Same As String Same = DLookup("Title", "[tbl_DvdInfo]", "Title = Txt_Title")