Advertisement

11.29.2007 at 06:56AM PST, ID: 22990573
[x]
Attachment Details

Using a variable in an SQL Pass-Through query in MS access.

Asked by soukupmd in Microsoft Access Database, SQL Query Syntax

Tags: query, variable, access, pass, sql

I am trying to run a pass-through query in access with a variable that a user enters in a form. I can't seem to get this to work. Can somebody please help? The variable should be where the 121212 is in the code snippet.

Thanks!Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
FROM doc..eco_summary es
INNER JOIN 
((((mart..DM_Map dmm LEFT JOIN mart..DM_PI dpi ON dmm.Acct_ID = dpi.Acct_ID)    
INNER JOIN mart..DM_Note dmn ON dmm.Acct_ID = dmn.Acct_ID) 
INNER JOIN mart..DM_ACCT dma ON dmn.Acct_ID = dma.Acct_ID)
LEFT JOIN mart..DM_RE dmr ON dmn.Acct_ID = dmr.Acct_ID) ON es.L_loannum = dmm.Acct_ID 
INNER JOIN weis..eco_loan_origination elo ON es.L_num = elo.num
where es.L_num = 121212
[+][-]11.29.2007 at 07:19AM PST, ID: 20374157

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11.29.2007 at 07:22AM PST, ID: 20374188

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Microsoft Access Database, SQL Query Syntax
Tags: query, variable, access, pass, sql
Sign Up Now!
Solution Provided By: capricorn1
Participating Experts: 4
Solution Grade: A
 
 
[+][-]11.29.2007 at 07:24AM PST, ID: 20374203

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628