well using "Select *" is never a good idea, you are selecting all the field in the Table
but here you go,
see if this works, I didn't test it
if there is a Id = 3 it will show that recordCode:SELECT .*, Archief.id, Archief.id FROM Archief WHERE (((Archief.id)>=1 And (Archief.id)<115) AND ((Archief.id)=3));
if not your query will return nothing
EDIT:
what is this for, something with files ?




Reply With Quote
