FlyingCrane
Technical User
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 the [L] column (but no NULL values), as well as the corresponding [T], [T-Link], and [L-Link] values.
Is this possible?
Thanks.
Crane
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 the [L] column (but no NULL values), as well as the corresponding [T], [T-Link], and [L-Link] values.
Is this possible?
Thanks.
Crane