S
SCHNYDES
Hi all,
I'm trying to get an access query to select a top percentage based on a
value in a form. Here is my current SQL Statement:
SELECT dbo_eco_loan_map.loannum, dbo_eco_loan_map.contractcode
FROM dbo_eco_loan_map
WHERE (((dbo_eco_loan_map.contractcode)=[Forms]![ARMReviewfrm]![Text62]));
When adding "TOP [Forms]![ARMReviewfrm]![Text66] PERCENT" after SELECT I'm
getting an error. Is there a way to allow the TOP PERCENT to use a value
from a field/form rather than per defined?
Appreciate the help/
I'm trying to get an access query to select a top percentage based on a
value in a form. Here is my current SQL Statement:
SELECT dbo_eco_loan_map.loannum, dbo_eco_loan_map.contractcode
FROM dbo_eco_loan_map
WHERE (((dbo_eco_loan_map.contractcode)=[Forms]![ARMReviewfrm]![Text62]));
When adding "TOP [Forms]![ARMReviewfrm]![Text66] PERCENT" after SELECT I'm
getting an error. Is there a way to allow the TOP PERCENT to use a value
from a field/form rather than per defined?
Appreciate the help/