That is what I am having problems with.
I created a query from the table using:
Days: DateDiff("d",[Date Invoice Received In A/P],[Date Invoice Received
In
Market]), as the value in the query that I want to update in the table.
My original intent was to have the value in a column in my table be the
difference between two other column i.e.
DateDiff("d",[Column1],",[Column1]).
I don't know how to do that. I was told to use a query which I created
with a
column that uses Days

ateDiff("d",[Column1],",[Column1]). Now I need to
update the table with the values in the "Days" column from the Query.