I'm not sure if I'm posting in the correct forum, if I'm not, I'm really sorry. I'm currently in the process of migrating my Access database into SQL. I'm using the upsize wizard to do this. The upsize wizard had a problem with my queries due to a DISTINCTROW statement. I understand that DISTINCTROW isn't supported by SQL but I'm not sure what I should use instead? Should I use a GROUP BY statement? A DISTINCT statement? I would appreciate any help!!