J
james Read
This is driving me crazy. I have a simple update to make.
I have a table with MileFrom and MileTo as long integer. I
need the difference to be updated to TotalMiles in the
same table. I run a select query and change to update. I
ran this the first time and it worked fine, modified some
data and ran it again to test and second time round the
query just returns nulls. In the field column I have
TotalMiles, in the update to coulumn of the update query I
have TotalMiles = ([MileTo])-([MileFrom]).
Can anyone spot where I'm going wrong?
Thanks in advance.
I have a table with MileFrom and MileTo as long integer. I
need the difference to be updated to TotalMiles in the
same table. I run a select query and change to update. I
ran this the first time and it worked fine, modified some
data and ran it again to test and second time round the
query just returns nulls. In the field column I have
TotalMiles, in the update to coulumn of the update query I
have TotalMiles = ([MileTo])-([MileFrom]).
Can anyone spot where I'm going wrong?
Thanks in advance.