will your replies allow the desc to go into the database with just the single quote or apostrope?? That is how it needs to go in...
so you know this is being inserted from VBA Code that was origianly going to access and we just migrated to SQL Server over the weekend
Thanks,
John
Here is what i have
sDesc = Damon's
insert into tblAccount (Description)
values (sDesc);
My sql may not be right but how do i put the quotes around sDesc so that I won't get an erro with sql server...
Thanks,
John
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.