1
我已經將SQL Server 2000數據庫遷移到SQL Express 2008.一旦重新指派角色和權限,它似乎工作,然而,在一個形式(+窗體)中添加新的記錄到子窗體時,給出下面的錯誤消息,雖然記錄仍添加到基礎表:訪問2003年ADP + SQL服務器遷移到2008年:數據被添加到數據庫但數據不會顯示
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 article here描述一種變通方法的問題,但是recordource是動態創建的;一旦內容在主窗體中改變,記錄源屬性將相應地在子窗體中改變。有沒有辦法來解決這個問題?