I am creating a survey form with many questions. My boss wants all of the questions to appear on one long form. I see that the detail section is limited to 22 inches long. How do I work around this to get all of my survey questions on one form?
I'm tinkering around with a program to send e-mails from Access to Groupwise. The program (written by Dimitri Furman and found at http://www.mvps.org/access/modules/mdl0059.htm) creates an e-mail attachment and then let's me specify the path to the attachment.
Right now I can attach my whole...
I'm trying to pull the past x days of transactions via a select query that's using a pass through.
My select looks like this:
SELECT [pt get fulfillment invoices].*
FROM [pt get fulfillment invoices]
WHERE ((now())-[pt get fulfillment invoices].[TRX_DATE]) >=[Past ? Days];
Past ? Days is for...
I have one table that shows customer_name, item, qty_billed.
I'm trying to return the top 10 items billed to each customer based on summing the qty_billed.
Here's what I have based on danvlas' May 13, 2003 thread where he gives this syntax:
"Select * From [My table] As A
Where Mytotal In...
I'm using an odbc connection from MS Access to return data from an Oracle table. This table contains decimal values ex: 0.5. When I run my query outside of Access in Toad, the decimal values return correctly. But when I run the same query inside Access via a pass through query, the data is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.