G
Guest
I have as form with two combo boxes that force the user to select
combinations of values that have been pre-defined in 'Setup' table. The
RowSource of the second is:
SELECT DISTINCT tblDeviceFunctions.Function FROM tblDeviceFunctions WHERE
(((tblDeviceFunctions.DeviceType)=[CodeContextObject]![cboDeviceType])) ORDER
BY tblDeviceFunctions.Function;
In the AfterUpdate event of cboDeviceType there is a cboDeviceFunction.Requery
and this has worked up to now... when we updated to Access 2003.
Now, when it hits the .Requery it opens a dialog box asking for the
parameter 'CodeContextObject'. I have looked in the object browser and see
that there is still a property 'Application.CodeContextObject', so why
doesn't it know?
combinations of values that have been pre-defined in 'Setup' table. The
RowSource of the second is:
SELECT DISTINCT tblDeviceFunctions.Function FROM tblDeviceFunctions WHERE
(((tblDeviceFunctions.DeviceType)=[CodeContextObject]![cboDeviceType])) ORDER
BY tblDeviceFunctions.Function;
In the AfterUpdate event of cboDeviceType there is a cboDeviceFunction.Requery
and this has worked up to now... when we updated to Access 2003.
Now, when it hits the .Requery it opens a dialog box asking for the
parameter 'CodeContextObject'. I have looked in the object browser and see
that there is still a property 'Application.CodeContextObject', so why
doesn't it know?