Directlinq
Registered User.
- Local time
- Today, 05:16
- Joined
- Sep 13, 2009
- Messages
- 67
How can i change this code so if a record in the table TblArtist has the artist string in the artist_name column and has artistid string in the artistid column of the same record it returns false?
Many Thanks
Code:
If IsNull(DLookup("[artist_name]", "[TblArtist]", "[artist_name]=""" & artist & """")) = False Then
Many Thanks