I really hope this can be done.
I have a continuous form listing projected quantities ordered by month over a period of time (user defined but usually 12 months). I want to allow users to modify some of the values but I want to lock others (i.e. dates that have already passed) but I have not been able to figure out how to disable a control on jsut one record of a continuous form.
Here is an example of the data. Both values (month & qty) are in textboxes:
JANUARY 100
FEBRUARY 200
MARCH 250
etc.
If we are in February, I want to allow changes to Feb & MArch but not January. How would I disable that control in that record?
I ANXIOUSLY await any advice you can provide. Thanks
I have a continuous form listing projected quantities ordered by month over a period of time (user defined but usually 12 months). I want to allow users to modify some of the values but I want to lock others (i.e. dates that have already passed) but I have not been able to figure out how to disable a control on jsut one record of a continuous form.
Here is an example of the data. Both values (month & qty) are in textboxes:
JANUARY 100
FEBRUARY 200
MARCH 250
etc.
If we are in February, I want to allow changes to Feb & MArch but not January. How would I disable that control in that record?
I ANXIOUSLY await any advice you can provide. Thanks