I have a form with several fields which are disabled by default. Depending on the user's selection in a combo box, some of the forms are enabled in the combo's After Update event. Everything works, there's no problem. However, I noticed today that in the code window for the form that the ".Enabled" property on all the fields is now displaying as ".enabled". If I delete or backspace through the ".enabled" to the dot, the little property popup pops and displays all the choices exactly as expected. If I select "Enabled" it puts it in the code, but as soon as I move the cursor to another line, it changes to lowercase. Other properties for the fields, such as .Visible or .Locked display normally, i.e. initial capital. Again, as near as I can tell, the code runs normally. It just makes me nervous when the VB code environment starts behaving strangely. Anybody have any insight? Thanks!
Ken S.
Ken S.