I have a database that contains data for multiple users. I have created forms that allow users to search the database based on specific criteria and update records in the associated table (via a command button) if need be. Is there a way to have records in a table update immediately after making updates in the form? I currently accomplish my updates by using a different append/update queries. I'm thinking there has to be an easier way.
Can anyone help with this?
Thanks