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
tsgiannis
Jan 15, 2020Iron Contributor
dynamictiger how about
.Fields(strField) = ctl