Continguous unbound form - setting contents on load/open

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top