I'm trying to build a query the pulls the null date. A patient may have several dates being serviced but while he is currently being serviced the date field will be blank. How could I write a null function telling the query only to pull the blank field (End date)
Currently I have Nz([End_date]) but it doesn't work
Currently I have Nz([End_date]) but it doesn't work