Ok, here's another strange thing Access 2000 is doing. I've had some really weird things happen since I upgraded to Windows XP professional
I have a table -- Objects
In the table I have
ObjectID (autonumber, primary key)
ObjectName (text)
ObjectType (text)
I populated the table using an append query and everything worked fine.
Now, though, when I try and go in and add a record, I'm getting (autonumber) in the ObjectID field, which is right and (autonumber) in the ObjectName field, which is very, very wrong. It won't let me type anything in the field.
What's going on here?
-Coco
I have a table -- Objects
In the table I have
ObjectID (autonumber, primary key)
ObjectName (text)
ObjectType (text)
I populated the table using an append query and everything worked fine.
Now, though, when I try and go in and add a record, I'm getting (autonumber) in the ObjectID field, which is right and (autonumber) in the ObjectName field, which is very, very wrong. It won't let me type anything in the field.
What's going on here?
-Coco