K
Kgwill85
Okay, I've been fooling around with this macro for the past week and I
can't get it to work correctly.
I have a form that consists of two combo boxes and one command
button. The first combo box is populated by a list of Project ID
numbers, and the second one is populated by a list of Project names.
The information from these combo boxes are being pulled from a table
that is formed by an additional form named Project_Inventory.
So far I have set the OnClick for the command button to open up the
Project_Inventory form and to find the PARID (Project ID), however
when I try to find the Project Name the macro doesn't work. When I
leave the Project Name out it works fine and correctly searches for
the PARID.
Does anybody know how to get them to both work correctly? If the
PARID isn't known but the user knows the Project's name then he or she
should be able to just search for the Project's Name. But it's not
working for me.
can't get it to work correctly.
I have a form that consists of two combo boxes and one command
button. The first combo box is populated by a list of Project ID
numbers, and the second one is populated by a list of Project names.
The information from these combo boxes are being pulled from a table
that is formed by an additional form named Project_Inventory.
So far I have set the OnClick for the command button to open up the
Project_Inventory form and to find the PARID (Project ID), however
when I try to find the Project Name the macro doesn't work. When I
leave the Project Name out it works fine and correctly searches for
the PARID.
Does anybody know how to get them to both work correctly? If the
PARID isn't known but the user knows the Project's name then he or she
should be able to just search for the Project's Name. But it's not
working for me.