sonaljain123
Registered User.
- Local time
- Today, 04:20
- Joined
- Jul 6, 2011
- Messages
- 68
Hi,
I am trying to create a filter to contain dates from a table and then trying to run a query on the same table to get corresponding date's values. But I am getting a run time error in the following piece of code:
iQuery_From = "FROM HD_GL_ACCT_BALANCE INNER JOIN MAP_BALC_DESC ON HD_GL_ACCT_BALANCE.GL_ACCOUNT_NO = MAP_BALC_DESC.[BAL_ID]"
createFromClause = iQuery_From
Is there anything wrong with this one?
Thanks!
I am trying to create a filter to contain dates from a table and then trying to run a query on the same table to get corresponding date's values. But I am getting a run time error in the following piece of code:
iQuery_From = "FROM HD_GL_ACCT_BALANCE INNER JOIN MAP_BALC_DESC ON HD_GL_ACCT_BALANCE.GL_ACCOUNT_NO = MAP_BALC_DESC.[BAL_ID]"
createFromClause = iQuery_From
Is there anything wrong with this one?
Thanks!