Hi,
i'm trying to run this in a command button as a filter
"[ID]=" & Me![ID] & " And " & "ClientRecord.EndDate Is Null"
there's no error or anyting but i'm being prompted to enter an EndDate when I click the button, I just need it to take me to the record where the EndDate is null without prompting, (there will only ever been one at any given time).
Thanks
i'm trying to run this in a command button as a filter
"[ID]=" & Me![ID] & " And " & "ClientRecord.EndDate Is Null"
there's no error or anyting but i'm being prompted to enter an EndDate when I click the button, I just need it to take me to the record where the EndDate is null without prompting, (there will only ever been one at any given time).
Thanks