Worked great!!! Thanks
"MikeJohnB" wrote:
[Quoted Text] > Try > > Forms!frmcontactnote!contactnoteDateofService.Enabled = False > Forms!frmcontactnote!contactnoteDateofService.Locked = True > > Note, Not tested but if you Disable a control it greys out, but then locking > the controls gives a normal appearance but locks the control so it cannot be > changed. > > I hope this helps you???? > > Please post back if still a problem?? > > Kindest Regards > > Mike B > -- > Advice to Posters. > Check your post for replies or request for more information. > Consider providing some feed back to the response you have recieved. > Kindest Regards Mike B > > > "sue gray" wrote: > > > I have a date field that I use the pop up calendar for. It works fine, > > except that I also open that form in read only. When I open it in read only > > I the date field is changeable, how can I fix this. I tried this command but > > it shadows out the field. Is there another command I can use to make it look > > normal, but not changeable. > > > > Forms!frmcontactnote!contactnoteDateofService.Enabled = False > > > > THanks.
|