Project Description:
need simple app, windows base [xp]
User will input date by selecting time and file names
input time will be fixed for every hour. every time field will have place to select file names depending on actual files.
like column 1 Time [xx:xx:xx] column-2 file1.xyz, file2.xyz, file3.xyz.
time selection will be in 24hr format.
output will be in 2 txt file and system DSN
output txt1 =
[time] [file names]
12:23:30 file1.xyz 10
12:23:40 file2.xyz 30
12:24:10 file3.xyz 10
output txt2=
12:23:30|file1.xyz;file2.xyz;file3.xyz
output 3 will be updating to system DSN [MDB] file.