lainey
03-20-2002, 06:21 AM
how do i stop information being put in twice into database? can anyone help me??
thanks
lainey http://www.access-programmers.co.uk/ubb/smile.gif
thanks
lainey http://www.access-programmers.co.uk/ubb/smile.gif
|
View Full Version : stop information being put in twice??? lainey 03-20-2002, 06:21 AM how do i stop information being put in twice into database? can anyone help me?? thanks lainey http://www.access-programmers.co.uk/ubb/smile.gif Fizzio 03-20-2002, 07:08 AM Depends on the type of 'Data'. Do you mean 1 field eg invoice number or a collection such as a person's name and address. The easiest way is in table design, in the indexed property set it to Yes(No Duplicates). Access will then not allow the sama data to be duplicated in that field in that table . HTH |