Thanks for your reply ConneXionLost,
I have actually sorted since writing this first post, so ill post what i did
I replaced the Expression
Code:
DLookUp("[ID]","[ID] = Forms![Tickets Internal Assigned Single View]![ID]")
with
Code:
DLookUp("ID","Tickets Internal Assigned Single View")
And also i never done the query for it -.- hehe yeh i know, but it came to me an hour later, well the query anyway!
just had to link the table to its own id and yes as you correctly said with, just a quick question tho if you could possibly answer this
the dlookup code i had in first time around, is there a problem with it? i mean i never tried after seeing as i changed the dlookup first then added the query after. Sorry just trying to get my head round these little problems to better my understanding!
Thanks