I have an sql Request Control that is pulling data from a database view. I need to make that field read only. Does anyone know how I can accomplish this? I don't want people to be able to change what ...
I have a form that has a begin date field and an end date field. How can I validate it so that the end date cannot be prior to the begin date. I already tried applying the following to the end date fi...