I have a table with a List, Date, Time, Duration, and Price Field.
The list fields are composed of names such as
List Duration
D:\Commercials\tiger1.mpg
D:\Commercials\tiger2.mpg
D:\Commercials\tiger3.mpg
D:\Commercials\tiger1.mpg
D:\Commercials\tiger1.mpg
D:\Commercials\tiger1.mpg
D:\Commercials\tiger1.mpg
D:\Commercials\tiger2.mpg
D:\Commercials\tiger2.mpg
and so on.
for example I need to extract tiger1 and enter a Duration like 30.
This would automatically put a Duration of 30 where tiger1's are available.
How should I approach this?
The list fields are composed of names such as
List Duration
D:\Commercials\tiger1.mpg
D:\Commercials\tiger2.mpg
D:\Commercials\tiger3.mpg
D:\Commercials\tiger1.mpg
D:\Commercials\tiger1.mpg
D:\Commercials\tiger1.mpg
D:\Commercials\tiger1.mpg
D:\Commercials\tiger2.mpg
D:\Commercials\tiger2.mpg
and so on.
for example I need to extract tiger1 and enter a Duration like 30.
This would automatically put a Duration of 30 where tiger1's are available.
How should I approach this?