Hi All,
I am trying to use the user input in my form which is using a stored query.

Here is the stored query:
Code:
SELECT Accounts.balance,
       Accounts.transactionDate,
       Accounts.credit,
       Accounts.debit,
       Accounts.Details,
       Accounts.tradePeriod,
       Accounts.monthName,
       Accounts.CustomerID,
       Header.Address1,
...