Coxylaad
New member
- Local time
- Today, 00:25
- Joined
- Jan 11, 2022
- Messages
- 21
Hi everyone,
I have a bit of a strange on here.
I have a form that displays estimate details for a customer. part of the estimate record is the ContactID, that references the contact in the CustomerContact table.
I have a combobox on the estimate form that is bound to the contactID and the rowsource is set to select all contacts that are available for that customer. in other word you choose the contact that is responsible for this estimate.
Underneath the combo box I have put a subform that hits the customerContact form, and displays a single record to show the telephone, mobile and email of the contact. the linked fields of the subform is the ContactID. Its all setup correct as far as I can see.
Doesnt work - doesnt display anything. yet when I open the subform as a form on its own its displaying data. its almost like the contactID's arent matching, which they clearly are!
Any ideas on this? Ive been messing about with it for 2 days now, as far as I can see it should work!
I have a bit of a strange on here.
I have a form that displays estimate details for a customer. part of the estimate record is the ContactID, that references the contact in the CustomerContact table.
I have a combobox on the estimate form that is bound to the contactID and the rowsource is set to select all contacts that are available for that customer. in other word you choose the contact that is responsible for this estimate.
Underneath the combo box I have put a subform that hits the customerContact form, and displays a single record to show the telephone, mobile and email of the contact. the linked fields of the subform is the ContactID. Its all setup correct as far as I can see.
Doesnt work - doesnt display anything. yet when I open the subform as a form on its own its displaying data. its almost like the contactID's arent matching, which they clearly are!
Any ideas on this? Ive been messing about with it for 2 days now, as far as I can see it should work!