I have a table in access with strings like this in a text column.
I want to create a query that trims off the "and everything to the right of ".com" leaving just "model.com". I know I need to use instr and mid to do this but not sure how to do it all in so I can append this to a new blank column.
Any ideas would be very helpful??
Thanks
I want to create a query that trims off the "and everything to the right of ".com" leaving just "model.com". I know I need to use instr and mid to do this but not sure how to do it all in so I can append this to a new blank column.
Any ideas would be very helpful??
Thanks