Hi all,
I'm still new to Access and am enjoying the chance to practice at every opportunity
I currently have a project where I have a form that has a date box that I want to format based on the following:
[/LIST]
So - what noob mistake have I made here - because it sure aint working! LOL.
Any help most appreciated
I'm still new to Access and am enjoying the chance to practice at every opportunity

I currently have a project where I have a form that has a date box that I want to format based on the following:
- If the Date box is empty = format one
- If there is a date in the box AND the Yes/No tick box next to it is UNTICKED = format two
- If there is a date in the box AND the Yes/No tick box next to it is TICKED = format three
Code:
[ReviewLetter] = Date box
[Review_YN] = Tick box
[LIST=1]
[*][ReviewLetter]>0 And [Review_YN]=False
[*][ReviewLetter]>0 And [Review_YN]=True
[/LIST]
[LIST=1]
[*][ReviewLetter]>0 And [Review_YN]=No
[*][ReviewLetter]>0 And [Review_YN]=Yes
So - what noob mistake have I made here - because it sure aint working! LOL.
Any help most appreciated
