Hi All
I don't actually know how to explain my problem, but here goes..
I have a small form. It has a listbox with a submit button. In the list box there are ID's displayed, i.a 10027, 10028, etc. Those ID's are the names of text files that have logbook data in them, i.a dates and jobs did on that date.
What I would like to do is to tick some ID's displayed in the listbox in their checkboxes supplied and when the submit button is clicked to run some code that would determine when last it was filled in, i.a two days before the current date at that time by looking at the date in the text file found at the beginning of every line. When that is done it must just display the ID's of those who are indeed behind in say for instance something like a messagebox.
Any ideas would be appreciated..
Thanks in advance,
TheDocterd