Barry McCocinner
New member
- Local time
- Today, 17:00
- Joined
- Apr 3, 2019
- Messages
- 7
I've looked through all the postings I can find on this subject, but can't seem to make it work.
I have three tables Vendor, Prescreen and Contacts. The vendor table has the following fields: ID(PK), VName, VContact, VTitle, VEmail, ContactID (FK). The Prescreen table has the following fields: ID(PK), ProductName, Value, DataSize, Claims, VendorID(FK). The Contacts table is the standard contacts table out of just about any MS canned access db.
I've created a main form that uses the Vendor table as its source, and two subforms for the Contacts and Prescreen tables. The contacts subform uses the Contacts Extended query for its source (another canned MS access piece) so I can use the Contact Name expression and automatically populate the rest of the contact information when I select the contact name from the dropdown.
When I open the form and try to enter data few things happen. The subform containing the prescreen fields look like they are blocked from entering data, but as soon as I enter data on of the vendor fields they accept data entry. The second issue is the subform containing the contact info with the dropdown will not let me change the name. I get the error "Field 'Contact Name' is based on an expression and cant be edited." I pretty sure there's a way around that but I can't figure it out.
Any help would be appreciated. I'm new at this (clearly) and this has made me :banghead: the last few days.
I have three tables Vendor, Prescreen and Contacts. The vendor table has the following fields: ID(PK), VName, VContact, VTitle, VEmail, ContactID (FK). The Prescreen table has the following fields: ID(PK), ProductName, Value, DataSize, Claims, VendorID(FK). The Contacts table is the standard contacts table out of just about any MS canned access db.
I've created a main form that uses the Vendor table as its source, and two subforms for the Contacts and Prescreen tables. The contacts subform uses the Contacts Extended query for its source (another canned MS access piece) so I can use the Contact Name expression and automatically populate the rest of the contact information when I select the contact name from the dropdown.
When I open the form and try to enter data few things happen. The subform containing the prescreen fields look like they are blocked from entering data, but as soon as I enter data on of the vendor fields they accept data entry. The second issue is the subform containing the contact info with the dropdown will not let me change the name. I get the error "Field 'Contact Name' is based on an expression and cant be edited." I pretty sure there's a way around that but I can't figure it out.
Any help would be appreciated. I'm new at this (clearly) and this has made me :banghead: the last few days.