G
Guest
I've got a form whose Record Source is a query with a Contact table right
joined to a Vendor table. When editing a pre-existing Vendor for which the
Contact is not specified (Vendor.ContactID is null) if you try to type in any
of the Contact fields Access beeps at you and does nothing else. I mean, it
just beeps and there's no dialog box and no change in the form (Grrrr).
I've validated:
- I can enter a Vendor with Contact info when I'm creating a new record.
- I can change all the fields for a pre-existing record when the record was
created with Contact info (I think this point is important).
- When editing a pre-existing record without Contact info I can edit all
the Vendor fields.
There's a lot of ways to work around this, but it's a simple instance of an
error I'm seeing with other forms in my project. I've got one form that
allows Contract entry; and Contract can contain a lot of stuff and I'm trying
to avoid combining into one super-wide table.
I /think/ I'm seeing the same thing as Seth in the 10/25/05 post with the
subject "Record update issue".
One further rambling:
Opening the query directly presents the exact same behavior, with the same
unexplained beeping.
Vendor.VendorID and Contact.ContactID are both AutoNumber/PK fields.
Vendor.ContactID is a Number field with Required=No.
I've been beating my head over this for quite a while, asked others I work
with, and search Google and the newsgroups for a long time before posting.
Any help would be much appreciated.
joined to a Vendor table. When editing a pre-existing Vendor for which the
Contact is not specified (Vendor.ContactID is null) if you try to type in any
of the Contact fields Access beeps at you and does nothing else. I mean, it
just beeps and there's no dialog box and no change in the form (Grrrr).
I've validated:
- I can enter a Vendor with Contact info when I'm creating a new record.
- I can change all the fields for a pre-existing record when the record was
created with Contact info (I think this point is important).
- When editing a pre-existing record without Contact info I can edit all
the Vendor fields.
There's a lot of ways to work around this, but it's a simple instance of an
error I'm seeing with other forms in my project. I've got one form that
allows Contract entry; and Contract can contain a lot of stuff and I'm trying
to avoid combining into one super-wide table.
I /think/ I'm seeing the same thing as Seth in the 10/25/05 post with the
subject "Record update issue".
One further rambling:
Opening the query directly presents the exact same behavior, with the same
unexplained beeping.
Vendor.VendorID and Contact.ContactID are both AutoNumber/PK fields.
Vendor.ContactID is a Number field with Required=No.
I've been beating my head over this for quite a while, asked others I work
with, and search Google and the newsgroups for a long time before posting.
Any help would be much appreciated.