Hi,
I have a table called TSRDatabase (mind the missing prefix conventions).
It contains 6 columns:
[Name], [T], [Date], [T_Link], [L], [L_Link]
[Name] is the primary key.
Is there a way I can display all data in [L] that does not contain NULL values? I would like to display all data in...