I
iami
Access 2007, XP pro
Having a Calendar issue, can't figure out. I would certianly
appreciate any help or direction.
Here the case:
StartDate, format dd-mmm, has Popcalendar() , works fine
NumbSession format Text. usally numbers 1 thru 10
EndDate format dd-mmm has a popCalendar also, but
I want EndDate to be the same as StartDate "if" NumbSession =1, else
I want to use popcalendar to select the EndDate.
If have this in Control Source opf EndDate:
=iif([NumbSession]=1,[StartDate],[EndDate])
where EndDate should be blank and could be replaced with popCalendar
date, It don't work.....
I have tried " " and 'nothing', and null. These two clear StartDate
when StartDate not= "1", but prevent popcal from inserting a date on
click.
Any ideas ?
Tom Rector
Having a Calendar issue, can't figure out. I would certianly
appreciate any help or direction.
Here the case:
StartDate, format dd-mmm, has Popcalendar() , works fine
NumbSession format Text. usally numbers 1 thru 10
EndDate format dd-mmm has a popCalendar also, but
I want EndDate to be the same as StartDate "if" NumbSession =1, else
I want to use popcalendar to select the EndDate.
If have this in Control Source opf EndDate:
=iif([NumbSession]=1,[StartDate],[EndDate])
where EndDate should be blank and could be replaced with popCalendar
date, It don't work.....
I have tried " " and 'nothing', and null. These two clear StartDate
when StartDate not= "1", but prevent popcal from inserting a date on
click.
Any ideas ?
Tom Rector