J
John Kraus
Having found out that the Live Reports feature of A2007 doesn't work with an
ADP with SQL Server Express I used a different SP to do the job.
What I need to figure out is how to make the drop down entry box the user
sees be populated with the names of the customers so the user can easily
select the customer whose data will populate the report. I can enter the
customer name manually and all works fine but it is not very elegant. I need
some idea of which is the most appropriate way to do this among those that I
have seen here and elesewhere. Admittedly I don't fully understand all of
this in the way I would like but suspect I can muddle my way through with
some guidance. Basically, I need to figure out what to do with this WHERE
statement and whatever else may have to be done with input params to make
the input window drop down present the customer name choices to the user.
And while I'm asking, is there a document someplace that explains the pieces
of this in laymens terms, describing what each contributes to the whole?
WHERE (dbo.CustomerTable.CustName = @EnterCustomerName)
Thanks for your help and especially for your precious time.
John K.
ADP with SQL Server Express I used a different SP to do the job.
What I need to figure out is how to make the drop down entry box the user
sees be populated with the names of the customers so the user can easily
select the customer whose data will populate the report. I can enter the
customer name manually and all works fine but it is not very elegant. I need
some idea of which is the most appropriate way to do this among those that I
have seen here and elesewhere. Admittedly I don't fully understand all of
this in the way I would like but suspect I can muddle my way through with
some guidance. Basically, I need to figure out what to do with this WHERE
statement and whatever else may have to be done with input params to make
the input window drop down present the customer name choices to the user.
And while I'm asking, is there a document someplace that explains the pieces
of this in laymens terms, describing what each contributes to the whole?
WHERE (dbo.CustomerTable.CustName = @EnterCustomerName)
Thanks for your help and especially for your precious time.
John K.