A
Andrew Backer
Hello,
Having a bit of a problem after conversion to an ADP. I call
<form>.Requery after I have added a new record to a form, and the
record shows up. However, I can't click on it, edit it, or do nething.
1. click fancy button
2. call a stored proc which adds the record to the details table
3. call me.subDetails.Requery
4. new record shows up
5. click on the new record (can't edit, select, etc)
the detail form setup :
a) bound to a view
b) linked (parent/child) to the main form
c) updateable snapshot
d) allow filters/edits/deletions : yes (for now)
Is there something I should be doing? Other than changing what it was
bound do and doing tricks to get sorting, nothing has changed from the
MDB version which worked just fine
Thanks,
Andrew Backer
Having a bit of a problem after conversion to an ADP. I call
<form>.Requery after I have added a new record to a form, and the
record shows up. However, I can't click on it, edit it, or do nething.
1. click fancy button
2. call a stored proc which adds the record to the details table
3. call me.subDetails.Requery
4. new record shows up
5. click on the new record (can't edit, select, etc)
the detail form setup :
a) bound to a view
b) linked (parent/child) to the main form
c) updateable snapshot
d) allow filters/edits/deletions : yes (for now)
Is there something I should be doing? Other than changing what it was
bound do and doing tricks to get sorting, nothing has changed from the
MDB version which worked just fine
Thanks,
Andrew Backer