P
ping
i have 2 tables; tblOrdersDetails and tblToolsDetails.
In tblToolsDetails, i have a field named ToolId which is
the primary key, and another field called ToolsDescript.
In tblOrderDetails, i have a field named ToolID which is
the foreign key. its indexed property set to yes
(duplicates ok) by default.
in a form, i key in ToolID(tblOrderDetails) and the next
txtbox whose source is from ToolsDescript field of
tblToolsDetails will automatically fill in. works fine.
Problem comes, if i set the indexed property of the
foreign key to yes(no duplicates) and when i try to use
the form again, the textbox will not auto fill in.
how can i get around this?
In tblToolsDetails, i have a field named ToolId which is
the primary key, and another field called ToolsDescript.
In tblOrderDetails, i have a field named ToolID which is
the foreign key. its indexed property set to yes
(duplicates ok) by default.
in a form, i key in ToolID(tblOrderDetails) and the next
txtbox whose source is from ToolsDescript field of
tblToolsDetails will automatically fill in. works fine.
Problem comes, if i set the indexed property of the
foreign key to yes(no duplicates) and when i try to use
the form again, the textbox will not auto fill in.
how can i get around this?