Hi Guy's
Could anyone shed any light on why this would not work? If I put in a string which i know exsits replacing "Is not null" it works but is not null just wont work...
If the PC username = Hartwei then bring back everything which isnt null else bring back my record only
IIf(Environ("Username")="hartwei",Is Not Null,Environ("Username"))
Could anyone shed any light on why this would not work? If I put in a string which i know exsits replacing "Is not null" it works but is not null just wont work...
If the PC username = Hartwei then bring back everything which isnt null else bring back my record only
IIf(Environ("Username")="hartwei",Is Not Null,Environ("Username"))