Hi,
I have a form based on query. I want the form to open to show all records with the default ProjectID value (listed in another table). Then once the form is open, I want the user to be able change the ProjectID using a combo on the form. The combo loads with the default value.
I started with [tbRFIs]![ProjectID]=[Forms]![fmViewRFI]![txtProjectID] with criteria 'True'.
But, it yields a blankscreen, probably because the cbo is not populated until form is open?
So how do I tell a query to use the defaultID listed in another table first and then once the form is open, get it from the cbo box on the form?
I am a bit stuck on this one.
David
I have a form based on query. I want the form to open to show all records with the default ProjectID value (listed in another table). Then once the form is open, I want the user to be able change the ProjectID using a combo on the form. The combo loads with the default value.
I started with [tbRFIs]![ProjectID]=[Forms]![fmViewRFI]![txtProjectID] with criteria 'True'.
But, it yields a blankscreen, probably because the cbo is not populated until form is open?
So how do I tell a query to use the defaultID listed in another table first and then once the form is open, get it from the cbo box on the form?
I am a bit stuck on this one.
David