I have a table, and all I want to do is take the number from one field and insert it into the other.
My table simply has 'opening' and 'closing', they are dates, and I want the figure from 'closing' pushed across to become 'opening', I then insert a fresh date via a form into the 'closing' field and off we go again, but I'm struggling to make the query work and I can't understand why.
I thought that an append query would work with "0" for the 'closing' field but it doesn't, any ideas anyone?
My table simply has 'opening' and 'closing', they are dates, and I want the figure from 'closing' pushed across to become 'opening', I then insert a fresh date via a form into the 'closing' field and off we go again, but I'm struggling to make the query work and I can't understand why.
I thought that an append query would work with "0" for the 'closing' field but it doesn't, any ideas anyone?