G
Guest
Server = SQL Server 2000 SP3
Client = Access 2000 SP3 Data Project
Created a form with sub-form in .adp, when a row is added to the main form
it errors, and removes the newly entered form from view.
"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"
The still exists in the database, as re-opening the form displays the data
as normal.
The record source for the main form is simply Select a,b,c from d left outer
join e on d.a = e.a
The record source for the sub form is simply select j,k from l
There are no filters, no server filters, no form filters, no where clauses.
Google returns just a dozen results, none of which help, has anyone else
come accross this issue?
Thanks.
Client = Access 2000 SP3 Data Project
Created a form with sub-form in .adp, when a row is added to the main form
it errors, and removes the newly entered form from view.
"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"
The still exists in the database, as re-opening the form displays the data
as normal.
The record source for the main form is simply Select a,b,c from d left outer
join e on d.a = e.a
The record source for the sub form is simply select j,k from l
There are no filters, no server filters, no form filters, no where clauses.
Google returns just a dozen results, none of which help, has anyone else
come accross this issue?
Thanks.