Viewing 9 posts - 46 through 54 (of 54 total)
Folks, i'm really sorry for wasting your time. I just had a closer look at the data and it looks like these are all IntelliSense statements, it should be easy...
August 25, 2016 at 9:18 am
Just bringing this old thread back to life... does anyone know if this is still in the pipeline?
May 4, 2016 at 7:25 am
Hi Steve
Excellent points... thank you.
May 2, 2016 at 4:49 am
Eirikur Eiriksson (5/5/2015)
😎
The query you are constructing looks like this
SELECT
N_image_number
,N_image_name
,N_image_desc
...
May 6, 2015 at 1:30 am
Hi Paul,
Try this (untested) code...
strSQL = "SELECT N_image_number, N_image_name, N_image_desc, N_available, N_i_size, N_image_th, N_image " _
& "FROM tblart " _
& "WHERE N_image_desc = '" & Replace(strSearch, "'", "''")...
May 5, 2015 at 8:57 am
dwain.c (4/8/2015)
Jim-S (4/8/2015)
Hi Dwain,No, I'm not aware. I assumed it was pretty much two slightly different methods to achieve the same result.
Alan has given you the more general form...
April 8, 2015 at 2:00 am
Hi Dwain,
No, I'm not aware. I assumed it was pretty much two slightly different methods to achieve the same result.
April 8, 2015 at 1:30 am
Alan, Lowell
Thank you both for your answers, they both work and give me exactly what I am looking for.
Appreciate the help.
Jim
April 7, 2015 at 9:50 am
It looks like this is a known issue.
https://connect.microsoft.com/SQLServer/feedback/details/735714
February 4, 2015 at 7:37 am
Viewing 9 posts - 46 through 54 (of 54 total)