N
Neil Robinson
Hi,
I have an unbound form set to display all records
continguously. I have data that I'd like to assign to
multiple records in the form programmatically when the
form opens or loads. I want to avoid creating a temporary
table to do this (and binding the form to it) as I am
doing curently as a workaround.
Either I can a) try to set the form's field data on a per
record basis as it loads or b) maybe I can create a
recordset first and bind it to the form so that it
displays them all automatically on load.
Does anyone know how best to approach this? Seems like it
should be simple, but I've not found the right way yet.
Thanks,
Neil
I have an unbound form set to display all records
continguously. I have data that I'd like to assign to
multiple records in the form programmatically when the
form opens or loads. I want to avoid creating a temporary
table to do this (and binding the form to it) as I am
doing curently as a workaround.
Either I can a) try to set the form's field data on a per
record basis as it loads or b) maybe I can create a
recordset first and bind it to the form so that it
displays them all automatically on load.
Does anyone know how best to approach this? Seems like it
should be simple, but I've not found the right way yet.
Thanks,
Neil