G
Guest
I have a form based on a single table containing data for various suppliers.
The form is intended for the purposes of displaying the data and not for
editing them as the users of the database will not need to update the
information in the source table. The problem is that when I update the source
data by typing directly into the table, the changes are not reflected in the
form. I have added a Form_Load Me.Requery Sub which seems to have done the
trick in terms of removing the records that I have deleted from the source
table, but the new records that I added do not appear in the form view. Any
ideas what might be causing this and how i might solve it?
Jake
The form is intended for the purposes of displaying the data and not for
editing them as the users of the database will not need to update the
information in the source table. The problem is that when I update the source
data by typing directly into the table, the changes are not reflected in the
form. I have added a Form_Load Me.Requery Sub which seems to have done the
trick in terms of removing the records that I have deleted from the source
table, but the new records that I added do not appear in the form view. Any
ideas what might be causing this and how i might solve it?
Jake