G 
		
								
				
				
			
		Guest
I get "Enter Parameter Value forms!frmEval!cboSelectName "  when I try to select a date from a combo box with this
SELECT ... FROM tblVersion WHERE ((([tblVersion].[peoID])=[FORMS]!frmEval!cboEvalSelectName)) ... ;
frmPastEval is a popup activated from frmEval, so frmEval is up and there is a good ID in cboEvalSelectName
I have succeeded in getting the name in frmEval!cboEvalSelectname to show in a text box on this form, so I have succeeded in transferring one piece of data from frmEval to frmPastEval.
What's the fix for the WHERE clause?
				
			SELECT ... FROM tblVersion WHERE ((([tblVersion].[peoID])=[FORMS]!frmEval!cboEvalSelectName)) ... ;
frmPastEval is a popup activated from frmEval, so frmEval is up and there is a good ID in cboEvalSelectName
I have succeeded in getting the name in frmEval!cboEvalSelectname to show in a text box on this form, so I have succeeded in transferring one piece of data from frmEval to frmPastEval.
What's the fix for the WHERE clause?