"Enter Parameter Value"

ColinSully

Board Regular
Joined
May 9, 2002
Messages
69
Hello, I have a report that generates a summary of a project for my database. Each project is given a unique project ID. Currently when I go to open the project summary report I am asked for a "Parameter Value" and the enter the project's ID.

What I would like to have happen is that instead of a text box where you have to input an ID number, a drop down list of the projects (ID number and name) is available and the user is asked to pick one.

I don't know how difficult this would be to implement but if anyone has any ideas it would be helpful.

Regards
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
I would create a small form that looks like a parameter value dialog box that has a combobox that shows the number and name of the ID number.

Then after the selections is made use your after update event on the combo to refresh the data on the main form.

Make sure the new form is set to
Modal Yes
and POPup yes
so it is not hidden in the background.
 
Upvote 0

Forum statistics

Threads
1,221,792
Messages
6,161,997
Members
451,735
Latest member
Deasejm

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top