T
TOP
I'm the network guy here; pretty clueless when it comes to Access and DBs.
I'm not sure the best way to present the problem, so I'm going to throw a
bunch of stuff at you guys and you tell me what further information I need
to provide.
We had an Access DB designed and built for us a number of years ago. Users
are now having trouble entering new 'Producers' into the Project forms. When
they try to enter a name into the Produce field they receive the message
"[Producer name] is not a contact in this list, do you want to add this
contact to the list?" They click Yes and immediately get the message
"[Producer name] already exists with the title Producer. Cannot add a
duplicate contact with this title."
The Project form links to tables in the DB. In Design View I can see which
tables are being referenced. For the Producer field I cannot see a table. It
shows a ruler toolbar with a scrollbar underneath. But when entering data
into the field I am able to select names from the drop-down list, which
contains names from the Contacts table. The Project form also has fields for
Director and Cast, which also link to the contacts table, and those are
working fine as far as I know. (Not all the same names show up in the
drop-down for the Producer, Director, and Cast field. I think this is
because the Contact table has columns for Type (person or company) and Title
(Producer, Director, etc...) and the drop-downs must be filtered for title.)
One other thing, When I look at the Contact table, the highest record number
is 26235. When I look at the Contact form, it says record 1 of 25676.
Looking at the Table, I see the name of the producer they're trying to
enter; he's record 26234. However, an actor is listed as record 26231, and I
have no problem entering him in the Cast field of this project.
I'm also getting a ton of application-defined or object-defined errors when
trying to enter this Producer's name, or close the window after failing.
Most often the error # is 3058, but I've also seen 3022, 2148 and a few
others.
I've tried deleting the record of the producer from the Contacts table, but
that doesn't work, either.
Bottom line: Why would I get the two conflicting messages (record doesn't
exist, duplicate record exists) when trying to enter the new Producer.
Thanks in advance
I'm not sure the best way to present the problem, so I'm going to throw a
bunch of stuff at you guys and you tell me what further information I need
to provide.
We had an Access DB designed and built for us a number of years ago. Users
are now having trouble entering new 'Producers' into the Project forms. When
they try to enter a name into the Produce field they receive the message
"[Producer name] is not a contact in this list, do you want to add this
contact to the list?" They click Yes and immediately get the message
"[Producer name] already exists with the title Producer. Cannot add a
duplicate contact with this title."
The Project form links to tables in the DB. In Design View I can see which
tables are being referenced. For the Producer field I cannot see a table. It
shows a ruler toolbar with a scrollbar underneath. But when entering data
into the field I am able to select names from the drop-down list, which
contains names from the Contacts table. The Project form also has fields for
Director and Cast, which also link to the contacts table, and those are
working fine as far as I know. (Not all the same names show up in the
drop-down for the Producer, Director, and Cast field. I think this is
because the Contact table has columns for Type (person or company) and Title
(Producer, Director, etc...) and the drop-downs must be filtered for title.)
One other thing, When I look at the Contact table, the highest record number
is 26235. When I look at the Contact form, it says record 1 of 25676.
Looking at the Table, I see the name of the producer they're trying to
enter; he's record 26234. However, an actor is listed as record 26231, and I
have no problem entering him in the Cast field of this project.
I'm also getting a ton of application-defined or object-defined errors when
trying to enter this Producer's name, or close the window after failing.
Most often the error # is 3058, but I've also seen 3022, 2148 and a few
others.
I've tried deleting the record of the producer from the Contacts table, but
that doesn't work, either.
Bottom line: Why would I get the two conflicting messages (record doesn't
exist, duplicate record exists) when trying to enter the new Producer.
Thanks in advance