ACC1x: Wrong RowSourceType for Combo Box Causes GP FaultID: Q94826
|
If you set the RowSourceType for a combo box or list box to an invalid value, when you switch from Form Design view to Form Browse view, a general protection (GP) fault may occur.
Valid values for the RowSourceType property are Table/Query, Value
List, and Field List. If RowSourceType is set to Table/Query, an SQL
SELECT statement is a valid value for the RowSource property.
If a SQL statement is incorrectly entered into RowSourceType, a GP
fault may occur. This problem may also occur if the RowSourceType
information includes random characters.
Be sure that RowSouceType is set to a valid value: Table/Query, Value List, or Field List.
Microsoft has confirmed this to be a problem in Microsoft Access version 1.0. This problem no longer occurs in Microsoft Access version 1.1.
Select [employee id] from employees;
'select [employee id] from employees;' isn't a valid setting for RowSourceType property.
Application Error MSACCESS caused a General Protection Fault in module MSACCESS.EXE at 009A:09F6.
Microsoft Access "User's Guide," version 1.0, Chapter 9, "Designing Forms," pages 242-244
Additional query words:
Keywords : kbusage FmsCmbo
Version : WINDOWS:1.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: March 14, 1999