Re: Type Conversion Failure in Update Query
- From: "Kevin Beck via AccessMonster.com" <forum@xxxxxxxxxxxxxxxxx>
- Date: Thu, 07 Apr 2005 17:08:27 GMT
Thanks, Ken,
I put in the code and it still seems to give me "type conversion failure."
I restricted the query to one field at a time to simplify things:
UPDATE [LOT CARD] SET [LOT CARD].[2nd_Right_Interment] = Left(
[2nd_Right_Interment],InStr([2nd_Right_Interment],",")-1)
WHERE ((([LOT CARD].[2nd_Right_Interment])<>"0"));
Thanks,
Kevin
--
Message posted via http://www.accessmonster.com
.
- Follow-Ups:
- Re: Type Conversion Failure in Update Query
- From: Kevin Beck via AccessMonster.com
- Re: Type Conversion Failure in Update Query
- References:
- Type Conversion Failure in Update Query
- From: Kevin Beck via AccessMonster.com
- Re: Type Conversion Failure in Update Query
- From: Ken Snell [MVP]
- Type Conversion Failure in Update Query
- Prev by Date: Re: Need Help Referencing a Year
- Next by Date: Re: Type Conversion Failure in Update Query
- Previous by thread: Re: Type Conversion Failure in Update Query
- Next by thread: Re: Type Conversion Failure in Update Query
- Index(es):
Relevant Pages
|