I hope this makes sense and someone can help!
I have a combo box on a form where I can select a project number. I then wish to base a query on the selected project number to tell me the total project time entered in by each team member. The problem I have is that the project numbers are entered in free text and there are spaces\description eg TCP-29 or 29 or TCP - 29, in some of the numbers. I want to be able to gather the information for the entire project.
I am currently usine this code in the query:
Like [Forms]![frmTeamLeader]![cboProject]
but it is only picking up the specific value you click on.
I know the best solution is to not make the project number free text but I have no control over that side of the data collection.
Can anyone help?
I have a combo box on a form where I can select a project number. I then wish to base a query on the selected project number to tell me the total project time entered in by each team member. The problem I have is that the project numbers are entered in free text and there are spaces\description eg TCP-29 or 29 or TCP - 29, in some of the numbers. I want to be able to gather the information for the entire project.
I am currently usine this code in the query:
Like [Forms]![frmTeamLeader]![cboProject]
but it is only picking up the specific value you click on.
I know the best solution is to not make the project number free text but I have no control over that side of the data collection.
Can anyone help?