Hi Gina,
Thanks for that link read it and its very nice. Will try to follow that rules and make my work more readable for others. There are some questions popping up but i will google a bit before i come back to you for them.
One i have to ask now cause we are building a small access table at work and im curious if we making sth wrong.
You write "Data should never be Deleted,period"
We have to write Data every Hour and the input comes as excel it always has the data of the whole day 0:00 - 23:59 and we need data from start of day until now in hourly intervalls.
At the moment we have a script that fires every hour when the new data arrives. It deletes the data from the database and writes the data new cause its easier then to fiddle out which data we already have and append the rest.
Is that a problem and if so why.
Thanks for your help
Thanks for that link read it and its very nice. Will try to follow that rules and make my work more readable for others. There are some questions popping up but i will google a bit before i come back to you for them.
One i have to ask now cause we are building a small access table at work and im curious if we making sth wrong.
You write "Data should never be Deleted,period"
We have to write Data every Hour and the input comes as excel it always has the data of the whole day 0:00 - 23:59 and we need data from start of day until now in hourly intervalls.
At the moment we have a script that fires every hour when the new data arrives. It deletes the data from the database and writes the data new cause its easier then to fiddle out which data we already have and append the rest.
Is that a problem and if so why.
Thanks for your help