I want to disable a DTPicker once if the database has a date in the field so the date cannot be changed once entered?:rolleyes:
Printable View
I want to disable a DTPicker once if the database has a date in the field so the date cannot be changed once entered?:rolleyes:
There are many different ways to accomplish this:
- open recordset and check if date is set (make DTP invisible or disable it)
- if user changed value but date is already set - don't update record
- and so on and so forth ...
Thx got it:bigyello: