G
Guest
I have a form which displays 20+ rows in tabular format when invoked from a
pop-up form. I would like to populate 6 unbound fields for each record
correctly once the form has displayed the data and before the user has
started to move around the form. The population involves accessing sql
statements for each records Name field. After Update or insert events don't
fire because no data is changed/inserted, on current does not appear to fire
for each record until focus is attained in the record.
On navigating past the first 20 records, how best to continue displaying the
correct data for each record?
Do I have to manually move through the records using Me.NextRecord and
writing code off of this and then at the end move back to the FirstRecord?
Cheers
pop-up form. I would like to populate 6 unbound fields for each record
correctly once the form has displayed the data and before the user has
started to move around the form. The population involves accessing sql
statements for each records Name field. After Update or insert events don't
fire because no data is changed/inserted, on current does not appear to fire
for each record until focus is attained in the record.
On navigating past the first 20 records, how best to continue displaying the
correct data for each record?
Do I have to manually move through the records using Me.NextRecord and
writing code off of this and then at the end move back to the FirstRecord?
Cheers