Drop down list from database table

Hello everyone,

I have made a report with customer info.
But what I want to do now is make a field when you can choose one of the contact persons (from database table). In the past I sometimes make a variable field which the user can fill in (AskStringChoice$). But now I want the same but then when you can choose from the contact persons from that customer.
Has anyone has an idea to fix this ?
Thank you in advance.

With kind regards,

It seems you want to use the cool report parameters. Have a look here:
Report Parameters and Their Use

It will give you an short overview how to use them.

Thank you. I will take a look.