I have an access 2010 form that has a date field and two textboxes.
Trying to only show 1 text box based on the date field.
Example:
If Date >= 10/1/2010 and Date <= 9/30/2011 then text box 1 is visible and text box 2 not visible
if Date >= 10/1/2011 and date <= 9/30/2012 then text box 2 is visible and text box 1 is not visible
This seems easy but no matter what I try I either get both text boxes visible or neither.
Any help out there?
Trying to only show 1 text box based on the date field.
Example:
If Date >= 10/1/2010 and Date <= 9/30/2011 then text box 1 is visible and text box 2 not visible
if Date >= 10/1/2011 and date <= 9/30/2012 then text box 2 is visible and text box 1 is not visible
This seems easy but no matter what I try I either get both text boxes visible or neither.
Any help out there?