Hi there,
I've got a little problem. I need to check everytime a user enters a date that it is within a certain time (ie 2 weeks maximum) but the trouble is you can easily get arround this by changing the date and time on the local computer to fool the code.
One option is to have a table in Access that stores the current date and get's checked everytime someone enters an order, but because I am not always in it would mess up the system if the date in this table had not been updated.
I have tried using Shell("Net Time \\fileserver /SET" which does set the correct TIME but doesn't alter the date, is there any way I can use something similar to check the date.
I've got a little problem. I need to check everytime a user enters a date that it is within a certain time (ie 2 weeks maximum) but the trouble is you can easily get arround this by changing the date and time on the local computer to fool the code.
One option is to have a table in Access that stores the current date and get's checked everytime someone enters an order, but because I am not always in it would mess up the system if the date in this table had not been updated.
I have tried using Shell("Net Time \\fileserver /SET" which does set the correct TIME but doesn't alter the date, is there any way I can use something similar to check the date.