Ask a Question related to Microsoft Access, Design and Development.
-
Robert Neville #1
Re: Fill in multiple fields with AfterUpdate
Emilia,
Sorry for the late response. My motherboard failed on me. The
troubleshooting process took a greater portion of last week. Hardware
issues are not always easy to verify. The situation still has me
irate.
Error Description: To make changes to this field, first save the>Run-time error '3331':
record
Yes, AddrID is the primary index and the database cannot duplicate it.>Is the AddrID by any chance the primary key, or some other unique
>value? If so, you cannot duplicate it of course.
The objective relates to changing the relationship structure; in other
words changing the AddrID in the relation to CompID. Here's a
reiteration of the relationship table.
TABLE
trelCompAddr
FIELDS
CompID
AddrID
Addr2
AddrTypeID
Phone
Phone2
Fax2
Email
Error 3331 is not clear to me either. Let me know if you have found a> I don't know what error 3331 is, but if the address table is the
> many-side of a 1-to-many relationship, you would also need the value
> of the company ID as the foreign key.
site with error descriptions. My initial internet research could not
locate such a site. Yes, the address table is on the many side, yet
CompID is on the many side since Companies have more than one
location.
>
>
>Robert Neville Guest
-
overprint fill with multiple colors question
I have some text in two different colors layed on top of a colored background. If I highlight all the text, I can't get overprint fill to stay on.... -
PDF with fill-in fields saved in Standard 6 - open in any version of Reader?
This is a format backwards compatibility question. If I save IRS forms with filled-in fields from Standard version 6.0, will someone be able to open... -
Search multiple keywords across multiple fields
Hi, I'm about halfway through building a search engine using ASP, SQL and Access. As part of that search engine I need to search multiple... -
fill fields by value of another field
One way is to use the After Update event of the combobox or listbox control, what ever you are using. This event is triggered each time the list... -
AfterUpdate - Fill in multiple fields
My database serves as a complex contact manager, which no other commercial product emulates. My database has a Company Form for inputting company...



Reply With Quote

