Version of Access used: 2003
Hi,
I have a form containing information about orders. The fields related to the supplier company info are autopopulated (e.g. SupplierName, Salesrep), based on the company number (a primary key) that is entered. I am using a combo box for the CompanyInfoTable. The row source of this combo box is a query that includes the fields to be autopopulated, so that the unbound text boxes can have their control sources set to the relevant column of the query. If a particular company has not yet been encountered during the data entry process, the company number (and details) would not be in the CompanyInfoTable.
Is it possible to allow the user to enter the information about this company into the text boxes that were supposed to be autopopulated (but can't because the company hasn't been stored so the linking field of "CompanyNumber" is not available)? When I try typing into these text boxes, nothing appears and at the bottom of the window a message reads "Control can't be editted, it's bound to the expression 'CompanyNumber.Column(2)'."
Sorry if this issue has been raised previously. I tried searching the forums and Google, and leant how to implement the autopopulate function, then got stuck here.
Please tell me if more information is required.. Any help is greatly appreciated!
Thanks in advance
Warmest regards.
Hi,
I have a form containing information about orders. The fields related to the supplier company info are autopopulated (e.g. SupplierName, Salesrep), based on the company number (a primary key) that is entered. I am using a combo box for the CompanyInfoTable. The row source of this combo box is a query that includes the fields to be autopopulated, so that the unbound text boxes can have their control sources set to the relevant column of the query. If a particular company has not yet been encountered during the data entry process, the company number (and details) would not be in the CompanyInfoTable.
Is it possible to allow the user to enter the information about this company into the text boxes that were supposed to be autopopulated (but can't because the company hasn't been stored so the linking field of "CompanyNumber" is not available)? When I try typing into these text boxes, nothing appears and at the bottom of the window a message reads "Control can't be editted, it's bound to the expression 'CompanyNumber.Column(2)'."
Sorry if this issue has been raised previously. I tried searching the forums and Google, and leant how to implement the autopopulate function, then got stuck here.

Thanks in advance

Warmest regards.