I did an update query and lost all my data in one of my fields. So I have imported the data back into the database and now trying to do another update query to replace the info for all the records in that one field.
I have the following:
UPDATE [Work Details] SET [Work Details].Hours = [Work Details1].[Hours];
and keep getting the message 'to enter parameter value for [Work Details1].
I'm not sure why I get this and what I'm suppose to enter??
Thanks