Is it possible to run an update query from a form? I have a form that brings up a drop down list of peoples names that are sorted by date of last work. When the person has worked the new date is entered. Is there a way that I can then push a button and a query would run that would update the table with the new date and only the employee that worked. So only one line on the table?
What would the query look like?
In the table there are multiple fields but I only need to update [Last Worked] with the coresponding [Employee Name]
Any help would be very much appreciated.
Brad