Access 2003 properties window

  • Thread starter Thread starter R Riness
  • Start date Start date
R

R Riness

I recently added Office 2003. In Access form design, the properties window
doesn't seem to stay synched with the control selected on the form. Also,
event procedures don't seem to stay connected to the code. Neither of these
are problems in 2002, 2000, or 97; is there a fix or patch? Or do we live
with? Thanks for the info.
 
I recently added Office 2003. In Access form design, the properties window
doesn't seem to stay synched with the control selected on the form. Also,
event procedures don't seem to stay connected to the code. Neither of these
are problems in 2002, 2000, or 97; is there a fix or patch? Or do we live
with? Thanks for the info.

Hi,

I have not seen this problem and can not product it in my tests. Could you
give me more information about what you are doing when you see this
behaivor?

When I open the property sheet and switch from control to control, the
sheet is always synch'ed and showing the selected control. I've also not
had any problems with event procedures disconnecting from the events.

Let me know if there is any special way to cause this behavior.

--
Regards,
Mike Wachal
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
 
I just went back through the form I discovered the problems with, and can't
get the same problem with the property window. I'm not doing anything
different. The only thing that I can think of is that it happened after
working with multiple forms (and I haven't tried to duplicate that); maybe
something in memory loses its place after a while? If it happens again I'll
document it better.

Regarding the event properties, that still happens. I opened the form in
form view, and a command button didn't respond. In design view, I could see
that the click event property didn't have [Event Procedure]. Yet when I
clicked the build button I went right to the code for the click event. Any
advice appreciated; these aren't big deals but make developing a little
harder than it needs to be. Thanks in advance.



Mike Wachal said:
Hi,

I have not seen this problem and can not product it in my tests. Could you
give me more information about what you are doing when you see this
behaivor?

When I open the property sheet and switch from control to control, the
sheet is always synch'ed and showing the selected control. I've also not
had any problems with event procedures disconnecting from the events.

Let me know if there is any special way to cause this behavior.

--
Regards,
Mike Wachal
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no
rights.
 
Back
Top