G
Guest
I'm having trouble filling in a form. The table has a combination primary key
made up of two fields which together make a unique key. As i enter values
into the filed the form detects that the value is a duplicate before I finish
typing the value.
e.g.
I have two fields
id id2
-----------
1 1
1 2
1 1.1
1 1.2
as i fill in the id2 filed in the form it put in a number like 1.3 it
detects the value as i type it and picks out the 1 as being a duplicate
before i get a chance to finish typing 1.3
can anyone help
made up of two fields which together make a unique key. As i enter values
into the filed the form detects that the value is a duplicate before I finish
typing the value.
e.g.
I have two fields
id id2
-----------
1 1
1 2
1 1.1
1 1.2
as i fill in the id2 filed in the form it put in a number like 1.3 it
detects the value as i type it and picks out the 1 as being a duplicate
before i get a chance to finish typing 1.3
can anyone help