i have two fields in my access db table. One contains dates [D] and the other contains numbers [N]. I have created a calculated field that stores ( [D] - [N] ) dates.
my problem is that i would like to exclude weekends from the dates stored in the calculated field and cant seem to find how to do this from expression builder... is there a way to this? or is there any other way?
thanks