D
David Anderson
I have an Access 2003 table created by importing an Excel spreadsheet. One
field in this table contains the filenames of digital images in various
formats. These filenames are of varying lengths and have extensions such as
..jpg, .jpeg or .tif (other file extensions are also possible). For example,
A red car.jpg
A blue bus.tif
Mountain view.jpeg
How can I write an query expression to strip off the extension, and which
will work regardless of the length of the extension? Essentially, I want to
drop the dot and everything that follows so that I end up with,
A red car
A blue bus
Mountain view
David
field in this table contains the filenames of digital images in various
formats. These filenames are of varying lengths and have extensions such as
..jpg, .jpeg or .tif (other file extensions are also possible). For example,
A red car.jpg
A blue bus.tif
Mountain view.jpeg
How can I write an query expression to strip off the extension, and which
will work regardless of the length of the extension? Essentially, I want to
drop the dot and everything that follows so that I end up with,
A red car
A blue bus
Mountain view
David