Hi all;
I am familiar with the Left and Right functions, but I am wondering if there is a way to trim records based on a common text entry, rather than the number of chracters?? For example, I have a field (Field 1) that has records like this:
07/02/2008 02:58 PM 238,258 parkid3405_1.jpg
07/02/2008 03:03 PM 199,589 parkid33_4.jpg
07/02/2008 03:52 PM 48,630 parkid6_10.jpg
and is a text field of 255 characters!
I have added two more fields to my table, Clip 1 is a text field and I would like to update that field to have just the parkid3495_1, parkid33_4, parkid6_10 etc information. And field Clip 2 I want to have just 3405, 33, 6, etc as an integer field.
How can I do this??
Thanks!
I am familiar with the Left and Right functions, but I am wondering if there is a way to trim records based on a common text entry, rather than the number of chracters?? For example, I have a field (Field 1) that has records like this:
07/02/2008 02:58 PM 238,258 parkid3405_1.jpg
07/02/2008 03:03 PM 199,589 parkid33_4.jpg
07/02/2008 03:52 PM 48,630 parkid6_10.jpg
and is a text field of 255 characters!
I have added two more fields to my table, Clip 1 is a text field and I would like to update that field to have just the parkid3495_1, parkid33_4, parkid6_10 etc information. And field Clip 2 I want to have just 3405, 33, 6, etc as an integer field.
How can I do this??
Thanks!