L
Lorenz Ingold
In an Access 2003 form, I want to set the popup Property to true. The
purpose behind it is to disable all other forms and also all menus in Access
(together with the Modal Property). I must set the property in VB-Code, in
the Form_Current event procedure, because it depends on the data record
(there are records that need the popup to be true and others not). Everytime
I try to do that, there comes the same error: "Runtime error 2448 You can't
assign a value to this object". In the Microsoft Help I see nothing like a
restriction in the use of this property. It is to say that the modal
Property don't have any such problems, it can be set and works, but it does
not meet all my needs because if I only set the modal property to true, then
only the other forms are disabled, but the menus still are active. Can
somebody help me?
purpose behind it is to disable all other forms and also all menus in Access
(together with the Modal Property). I must set the property in VB-Code, in
the Form_Current event procedure, because it depends on the data record
(there are records that need the popup to be true and others not). Everytime
I try to do that, there comes the same error: "Runtime error 2448 You can't
assign a value to this object". In the Microsoft Help I see nothing like a
restriction in the use of this property. It is to say that the modal
Property don't have any such problems, it can be set and works, but it does
not meet all my needs because if I only set the modal property to true, then
only the other forms are disabled, but the menus still are active. Can
somebody help me?