G
Guest
Have anyone seen this error message before:
-----
The data was added to the database but the data won't be displayed in the
form because it doesn't satisfy the criteria in the underlying record source.
-------
In the error box there is a 'Show help' which gives this message:
--------
This error can occur if the data you are attempting to save is saving to an
SQL database (Microsoft SQL Server 7.0) and the RecordSource for the subform
is using an SQL Select statement with fields pulled directly from the source
table, and the table is using an Identity field set as its primary key.
To avoid this problem set the RecordSource property of the Subform to a
Table or a View.
-Or-
Upgrade to a newer version of Microsoft SQL Server.
More information about this error message online.
-------
- which makes absolutely no sense since I use MS SQL Server 8.0, and it does
not come in a subform, it is in a plain form with a record source in the form
of an SELECT-statement. I cannot use a table or a view, since I have dynamic
criteria in the form which changes the recordset.
By the way, the link to 'More information about this online' gives
absolutely nothing! Here is the link:
http://watson.microsoft.com/dw/erro...=10021&Language=1033&productBuild=11.0.6352.0
-----
The data was added to the database but the data won't be displayed in the
form because it doesn't satisfy the criteria in the underlying record source.
-------
In the error box there is a 'Show help' which gives this message:
--------
This error can occur if the data you are attempting to save is saving to an
SQL database (Microsoft SQL Server 7.0) and the RecordSource for the subform
is using an SQL Select statement with fields pulled directly from the source
table, and the table is using an Identity field set as its primary key.
To avoid this problem set the RecordSource property of the Subform to a
Table or a View.
-Or-
Upgrade to a newer version of Microsoft SQL Server.
More information about this error message online.
-------
- which makes absolutely no sense since I use MS SQL Server 8.0, and it does
not come in a subform, it is in a plain form with a record source in the form
of an SELECT-statement. I cannot use a table or a view, since I have dynamic
criteria in the form which changes the recordset.
By the way, the link to 'More information about this online' gives
absolutely nothing! Here is the link:
http://watson.microsoft.com/dw/erro...=10021&Language=1033&productBuild=11.0.6352.0