Little stymied by behavior for a form I have. To begin, the tables being used are tblCompany, tblJobs, tblCompanyJobs, tblCity & tblState. tblCompany & tblJobs are many to many with junction table tblCompanyJobs. tblCity & tblState are master tables for tblCompany & tblJobs.
The main form is used to create Job records which includes the city & state location. City & state are recorded elsewhere and are chosen via the use of combo boxes.
Subform is a datsheet used to select the name of a company that is bidding the job and who we will submit our bid to. The company information is recorded elsewhere and is chosen via the use of a combo box. The city and state is also entered when the company information is entered in another part of the application. The company name is all that needs to be shown in the subform.
The form works up to the point where I select the company in the subform combo box and then try to save the record or move to add another. Access states that it cannot save the record as it is missing the City field. Have tried entering the fields directly onto the subform and modifying the query but then I cannot select a company name from the combo box as the error that flashes across in the bottom status bar states the record is not bound to the dataset.
The main form is used to create Job records which includes the city & state location. City & state are recorded elsewhere and are chosen via the use of combo boxes.
Subform is a datsheet used to select the name of a company that is bidding the job and who we will submit our bid to. The company information is recorded elsewhere and is chosen via the use of a combo box. The city and state is also entered when the company information is entered in another part of the application. The company name is all that needs to be shown in the subform.
The form works up to the point where I select the company in the subform combo box and then try to save the record or move to add another. Access states that it cannot save the record as it is missing the City field. Have tried entering the fields directly onto the subform and modifying the query but then I cannot select a company name from the combo box as the error that flashes across in the bottom status bar states the record is not bound to the dataset.
Comment