M
Mike
I have a form containing a subform. The Subform is in datasheet view and
cantains columns; SelectSite(LookupFromTable), DateFrom(Date Value),
DateTo(Date Value), Book(Yes/No box). When Book is ticked true the values of
SelectSite,DateFrom,DateTo are used to performs actions on tables. However
when these values are changed it won't result in the tables being changed
again but will record the change on the form. To stop this i wanted my tick
box to generate using code a function that locks the columns
SelectSite,DateFrom,DateTo Only on one row. I have tried using code to lock
each one but this locks the entire column because it is in datasheet view.
Htis problem has been killing me for weeks. Please Help
cantains columns; SelectSite(LookupFromTable), DateFrom(Date Value),
DateTo(Date Value), Book(Yes/No box). When Book is ticked true the values of
SelectSite,DateFrom,DateTo are used to performs actions on tables. However
when these values are changed it won't result in the tables being changed
again but will record the change on the form. To stop this i wanted my tick
box to generate using code a function that locks the columns
SelectSite,DateFrom,DateTo Only on one row. I have tried using code to lock
each one but this locks the entire column because it is in datasheet view.
Htis problem has been killing me for weeks. Please Help