Forum Discussion
dynamictiger
Jan 14, 2020Copper Contributor
Using ADO Recordset and Form Controls Together...Not Playing Nice
I have a form which I am using for editing an existing record. This form is unbound however the form controls control name is used to tie back to the table for saving. This works fine. So I tho...
- Jan 15, 2020
dynamictiger how about
.Fields(strField) = ctl
MikeAtVisionCPS
Jan 16, 2020Copper Contributor
dynamictiger does the code fail on every strfield value, or just a certain one? I suggest adding a watch to the objects in play and walking thru a debug session for starters.
- dynamictigerJan 16, 2020Copper Contributor
MikeAtVisionCPS Thanks, I found the issue. The form was dropped for some reason in this iteration. Weird but got it fixed.