Hi thanks to everyone who helped me before or added to this site loads of awsome info.......
I have a problem generating a number for a primary key
I have a form where the user can add a new plant and I currently have the key set to = "pc" & Int((1000*Rnd())+1)
However this has no...