Access 2003: Conditional formatting based on table -


i have ms access 2003 crm system sets follow actions. need use conditional formatting ensure don't select weekend date or bank holiday / annual leave.

i've tried conditional formatting next action date following expression suggested designer:

dlookup(“[offdates]”, “[tbloffdates]”, “[offdates]=#” & [the form control name] & “#”)

however isn't working. see links below context:

http://i.imgur.com/vvgexw1.jpg

http://i.imgur.com/gpxrwct.jpg

i thought simpler have flag when matches date it's not working. ideas?

thanks in advance.


Comments

Popular posts from this blog

javascript - IndexedDB error: Uncaught DataCloneError: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned -

java - Unable to make sub reports with Jasper -

Integrity error when loading fixtures for Selenium testing in Django -