O
OssieMac
Access 2002.
I have a form with the Default View set to Continuous forms. The Record
Source for the form is set up with the forms query builder and gets a filter
value from a combo box in the form header. An After Update event on the combo
box runs Me.Requery. All this works fine and displays the list of records
matching the filter.
What I want to do is enter a number in a text box in the form header and
then copy that number to a field in all of the displayed records. Can it be
done and if so what code is required to do it.
With the continuous form I am not even able to edit the records on the
screen and enter the numbers individually for each record. If I set Data
entry property to Yes then no records get displayed on the Requery. (Even
with Allow edits, Allow Deletions and Allow Additions set to Yes.)
Any help will be greatly appereciated.
I have a form with the Default View set to Continuous forms. The Record
Source for the form is set up with the forms query builder and gets a filter
value from a combo box in the form header. An After Update event on the combo
box runs Me.Requery. All this works fine and displays the list of records
matching the filter.
What I want to do is enter a number in a text box in the form header and
then copy that number to a field in all of the displayed records. Can it be
done and if so what code is required to do it.
With the continuous form I am not even able to edit the records on the
screen and enter the numbers individually for each record. If I set Data
entry property to Yes then no records get displayed on the Requery. (Even
with Allow edits, Allow Deletions and Allow Additions set to Yes.)
Any help will be greatly appereciated.