G
Guest
I have a Front End MDB that runs agains a Back End MDB. I am converting the
back end to SQL Server. The front end is too large to rewrite.
I am having relative success, having converted all my OpenRecordsets to use
"dbOpenDynaset, dbSeeChanges" and my "Docmd RunSQL" commands are now
"DB.Execute StrSQL, dbSeeChanges". I can move through my forms looking at
records and can change values in any record.
BUT, I cannot add records. Even though my form properties say I can edit
and Add and Delete records, the New Record button in the Record Navigators is
always grayed out. What am I missing?
back end to SQL Server. The front end is too large to rewrite.
I am having relative success, having converted all my OpenRecordsets to use
"dbOpenDynaset, dbSeeChanges" and my "Docmd RunSQL" commands are now
"DB.Execute StrSQL, dbSeeChanges". I can move through my forms looking at
records and can change values in any record.
BUT, I cannot add records. Even though my form properties say I can edit
and Add and Delete records, the New Record button in the Record Navigators is
always grayed out. What am I missing?