Click here to Skip to main content
15,895,746 members

Comments by J3ffers (Top 7 by date)

J3ffers 9-Jul-13 16:30pm View    
I did try this originally and it wouldn't have it, seems the iPhone saves images a .JPG so I had issues uploaded images from the iPhone.. works perfect now thanks, I'm still unsure of what I missed when I tried this approach.

Thanks,
James
J3ffers 5-Jul-13 11:51am View    
Thanks Stephen,

I've change my code as follows;

Collapse | Copy Code
inner join @table1 as tbl1 on tbl1.dt_tbl1 BETWEEN DATEADD(second, 2, tbl2.dt_tbl2) AND DATEADD(second, 10, tbl2.dt_tbl2)
or
Collapse | Copy Code
inner join @table1 as tbl1 on tbl1.dt_tbl1 > DATEADD(second, 2, tbl2.dt_tbl2) AND tbl1.dt_tbl1 < DATEADD(second, 10, tbl2.dt_tbl2)

I'm getting 19 results on either query so getting there somewhat, just got to tweak the time frame differences.

Thank you very much.

Ta,
James
J3ffers 29-Jan-13 12:20pm View    
Anyone else able to help?
J3ffers 28-Jan-13 12:13pm View    
Completely stuck on this one :(, I've tried it every way possible.. (I think)

Is there another way?
J3ffers 28-Jan-13 12:00pm View    
Deleted
Tried this instead;

Choose an Operating System
<input type="hidden" value="1" name="">
<select name="">
<option>---</option>


<option id="" value=":"></option>


</select>
<br><br>


Choose a Case
<input type="hidden" value="1" name="">
<select name="">
<option>---</option>


<option id="" value=":"></option>


</select>
<br><br>

Only first drop down is populated..