rockman
Senior Member
- Local time
- Today, 10:11
- Joined
- May 29, 2002
- Messages
- 190
I have a query that returns a list of appointments. Some of the appointments are listed twice because of a one-to-many relationship in one of the associated fields.
If I try to loop through the query results to delete the duplicated appointments, I get an errror "Insufficient key column information for updating and refreshing". I suspect that this is because the results of the query don't have a unique field identifier.
How can I generate my query with a unique (autonumber-like) field?
Thanks,
Jeff
If I try to loop through the query results to delete the duplicated appointments, I get an errror "Insufficient key column information for updating and refreshing". I suspect that this is because the results of the query don't have a unique field identifier.
How can I generate my query with a unique (autonumber-like) field?
Thanks,
Jeff