Hi everyone,
I am wondering if it is possible to create a query that will look into my field "BarCode" if the record exist, then it will look if the field "DeliveryDate" is null.
If it is null, It needs to stop the user from creating a duplicate entry.
If it is not null, it must allow the user to create a duplicate entry.
Ex
BarCode / DeliveryDate
12345 / 2024-09-09
67890 / null
the user would be able to create a new entry for 12345 but not for 67890
Not sure if I am making sense
Thank you for your help !