I have a table with the following fields.
List Date Time Duration
COM-HB-NEVERBETTER-0506.mpg 5/12/2003 10:13:11 PM 0
COM-HB-DEALERLAUNCH-0506.mpg 5/13/2003 11:58:12 AM 0
COM-HB-DEALERLAUNCH-0506.mpg 5/13/2003 6:27:44 PM 0
COM-HB-DEALERLAUNCH-0506.mpg 5/13/2003 10:14:37 PM 0
COM-HB-CHASE-0506.mpg 5/14/2003 7:53:43 AM 0
COM-HB-CHASE-0506.mpg 5/14/2003 11:58:47 AM 0
COM-HB-CHASE-0506.mpg 5/14/2003 6:27:33 PM 0
so on....
and I have a Master's List with the following fields
Company Title Duration
HB Neverbetter 30
HB Dealerlaunch 30
HB Chase 45
so on...
With a click of a button, I want it to update the Duration on the first table with zeros to whatever the master's list has for its duration. Problem is....the first table's List Field is a filename of COM-HB-NEVERBETTER-0506.mpg. How do I use the Master's List to update with a filename that has other characters involved?
List Date Time Duration
COM-HB-NEVERBETTER-0506.mpg 5/12/2003 10:13:11 PM 0
COM-HB-DEALERLAUNCH-0506.mpg 5/13/2003 11:58:12 AM 0
COM-HB-DEALERLAUNCH-0506.mpg 5/13/2003 6:27:44 PM 0
COM-HB-DEALERLAUNCH-0506.mpg 5/13/2003 10:14:37 PM 0
COM-HB-CHASE-0506.mpg 5/14/2003 7:53:43 AM 0
COM-HB-CHASE-0506.mpg 5/14/2003 11:58:47 AM 0
COM-HB-CHASE-0506.mpg 5/14/2003 6:27:33 PM 0
so on....
and I have a Master's List with the following fields
Company Title Duration
HB Neverbetter 30
HB Dealerlaunch 30
HB Chase 45
so on...
With a click of a button, I want it to update the Duration on the first table with zeros to whatever the master's list has for its duration. Problem is....the first table's List Field is a filename of COM-HB-NEVERBETTER-0506.mpg. How do I use the Master's List to update with a filename that has other characters involved?