Hi All,
I'm trying to make a field required based on another date field on a new order form. I just had to add a new field to my database but I can't make it required for dates before 1/1/16 otherwise my forms will throw a bunch of errors when a user goes back to older records. In the VBA or expression builder I'd want something like :
tblOrders.Justified (If tblOrders.OrderDate >= 1/1/2016 then field required else not required
Is that possible? Is there an other/easier way?
Many thanks for any help you can provide.
I'm trying to make a field required based on another date field on a new order form. I just had to add a new field to my database but I can't make it required for dates before 1/1/16 otherwise my forms will throw a bunch of errors when a user goes back to older records. In the VBA or expression builder I'd want something like :
tblOrders.Justified (If tblOrders.OrderDate >= 1/1/2016 then field required else not required
Is that possible? Is there an other/easier way?
Many thanks for any help you can provide.