Hi
I am new to access so I apologise in advance for asking 'rookie' questions.
I have a main form that the user selects a project from a combo box, I then display the information for that project on a sub form. To select the infromation for the project I have a query in the recordSource of the subform that uses the cboproject.valu e in the selection criteria.This seems to work OK.
My problem is that I cannot edit any of the fields on the subform. All the fields are text boxes with the enable attribute set to 'yes' and the locked attribute set to 'no'.
Any ideas?
I am new to access so I apologise in advance for asking 'rookie' questions.
I have a main form that the user selects a project from a combo box, I then display the information for that project on a sub form. To select the infromation for the project I have a query in the recordSource of the subform that uses the cboproject.valu e in the selection criteria.This seems to work OK.
My problem is that I cannot edit any of the fields on the subform. All the fields are text boxes with the enable attribute set to 'yes' and the locked attribute set to 'no'.
Any ideas?
Comment