StupidStudent
Registered User.
- Local time
- Today, 09:08
- Joined
- Mar 12, 2007
- Messages
- 29
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 validation rules and have heard that Dmax would be more accurate??
the table used is just Plant with the primary key set to PlantCode
ANY HELP WOULD BE AWSOME
Thanks peps
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 validation rules and have heard that Dmax would be more accurate??
the table used is just Plant with the primary key set to PlantCode
ANY HELP WOULD BE AWSOME
Thanks peps