D
David
I want to have a query that removes all dashes between the
item code, from field named [item name]
But I don't want to delete the dashes from the table.
See 3 different examples.
Panasonic KX-TCA91 Over the Ear Headset with Mute KXTCA91
Panasonic KX-TCA92 Headset with in-line Volume Control
KXTCA92-A
Sharp MRD-M500 250W x 1 Mono Subwoofer Amplifier MRDM500
I tried this code
Field: NewItemName: Replace ([Item Name] , "-","")
But I'm getting an error "Undefined function 'Replace' in
expression"
I have Access 2000
What is the correct code?
Thanks
item code, from field named [item name]
But I don't want to delete the dashes from the table.
See 3 different examples.
Panasonic KX-TCA91 Over the Ear Headset with Mute KXTCA91
Panasonic KX-TCA92 Headset with in-line Volume Control
KXTCA92-A
Sharp MRD-M500 250W x 1 Mono Subwoofer Amplifier MRDM500
I tried this code
Field: NewItemName: Replace ([Item Name] , "-","")
But I'm getting an error "Undefined function 'Replace' in
expression"
I have Access 2000
What is the correct code?
Thanks