Passing Parameter

  • Thread starter Thread starter Atif
  • Start date Start date
A

Atif

I have a Select Query based on Two Crosstab Queries.

I want, when User execute the query, it ask for Parameter to Privide,
instead Text Box i want a List Box so user can Select instead typing.

right now i have created 3 different button for all three Regions (NAE, NAW
, EU & Asia), runing 3 different queries to show associated Reagon
information (only differenc in queries is criteria). i know it is an
unprofessional approch.

any help
 
Atif said:
I have a Select Query based on Two Crosstab Queries.

I want, when User execute the query, it ask for Parameter to Privide,
instead Text Box i want a List Box so user can Select instead typing.

right now i have created 3 different button for all three Regions (NAE,
NAW
, EU & Asia), runing 3 different queries to show associated Reagon
information (only differenc in queries is criteria). i know it is an
unprofessional approch.

Use a form instead.

HTH;

Amy
 
Back
Top