E
ElizabethB
Guest
I have created a form based on a single table. The table has three fields (detail name, subject, yes/no) and the form uses only the Detail Name and Subject fields. The Detail Name is a text box and the Subject name is a list box with subject names built in for me to select from.
I have been quite happily putting in data but every so often, completely at random, when I enter a Detail Name and select a Subject the database returns an error message "No Current Record". I cannot work out why. There does not appear to be any common feature to the records it does this on.
Also, if I change what I have typed in any way the database will accept the changed record. One example of how this works is that if I type "Flood Defence" in the Detail Name box and select "Water" from the Subject list box it will come back "No Current Record". However, if I change the entry in the Detail Name box to "complete rubbish" and select "Water" it will accept it. Similarly, I can continue to enter data into further records.
I have not written any code in creating the form at all. The problem also applies if I try to enter the data directly into the table. The table is part of a relational database but I would have thought that if it was a relationship problem it would happen to all records or, at least, in a regular pattern.
Any help would be very much appreciated.
Elizabeth
I have been quite happily putting in data but every so often, completely at random, when I enter a Detail Name and select a Subject the database returns an error message "No Current Record". I cannot work out why. There does not appear to be any common feature to the records it does this on.
Also, if I change what I have typed in any way the database will accept the changed record. One example of how this works is that if I type "Flood Defence" in the Detail Name box and select "Water" from the Subject list box it will come back "No Current Record". However, if I change the entry in the Detail Name box to "complete rubbish" and select "Water" it will accept it. Similarly, I can continue to enter data into further records.
I have not written any code in creating the form at all. The problem also applies if I try to enter the data directly into the table. The table is part of a relational database but I would have thought that if it was a relationship problem it would happen to all records or, at least, in a regular pattern.
Any help would be very much appreciated.
Elizabeth