Hello, I am delving into the world of Pass-Through Queries. I have bee growing in my experience with Access 2010, but this is a whole new world for me. We have an Access Database that stores all of our production information but we transfer all the accounting information to Macola. What I am trying to create is that when a user pulls up a company in my access database, I would like a pop up box to show some information from my Macola database. I have created a script on my SQL server to run and I even have the information populating when I put in the t-sql code in my pass-through Query, the challenge I am having is, how do I get the query to look for the account number on my current Database form.
The name of my Access form = JobsList
The name of the field where the account number = vfaccountnumber
The SQL I am using in my Pass-Through Query =
select [DATA].dbo.quickAging(70274,getdate())
where 70274 is the account number that I would like to come off of my JobsList Form.
Once I get this figured out, I need to find a way to populate the results in a form that can show up in a pop up window.
Any help on this would be greatly appreciated.
AceBK
The name of my Access form = JobsList
The name of the field where the account number = vfaccountnumber
The SQL I am using in my Pass-Through Query =
select [DATA].dbo.quickAging(70274,getdate())
where 70274 is the account number that I would like to come off of my JobsList Form.
Once I get this figured out, I need to find a way to populate the results in a form that can show up in a pop up window.
Any help on this would be greatly appreciated.
AceBK