K
kev100 via AccessMonster.com
I've got a form which is viewed as a DataSheet.
One of the text boxes is unbound and get's it's value from a conditional IIf
(xxx)...statment in it's Control Source.
I can kind of understand why that box should not be editable.....but...in
this situation, it wouldl help if it could be.
The countrol source is something like: =IIF([DayField]="SATURDAY","Weekend",
[DayField])
....it works fine....but sometimes the user may need to replace whatever the
displayed value is with something else.
As created.....the entire record can be deleted....and the other text boxes
which are bound to fields can be edited...but the above one cannot.
I've looked all through options for some Editable = YES/NO setting, but
cannot find anything.
Is this possible....or does Access automatically lock the item in such
situations?
Thanks
One of the text boxes is unbound and get's it's value from a conditional IIf
(xxx)...statment in it's Control Source.
I can kind of understand why that box should not be editable.....but...in
this situation, it wouldl help if it could be.
The countrol source is something like: =IIF([DayField]="SATURDAY","Weekend",
[DayField])
....it works fine....but sometimes the user may need to replace whatever the
displayed value is with something else.
As created.....the entire record can be deleted....and the other text boxes
which are bound to fields can be edited...but the above one cannot.
I've looked all through options for some Editable = YES/NO setting, but
cannot find anything.
Is this possible....or does Access automatically lock the item in such
situations?
Thanks