I'm using a pass through query to select records from an AS400 system that I'm connected to through ODBC. You can't have a pass-through query prompt you with parameters so you have to create the SQL statement through the concatenation of your statement and the parameters you want to use. See...
I'm trying to use code to execute a pass through query with parameters. I got the procedures from Microsoft's site. Here's my code:
Option Compare Database
Option Explicit
Function ParamSPT(StartRange As Long, EndRange As Long)
Dim MyDb As Database, MyQ As QueryDef, MyRS As...
I'm trying to use code to execute a pass through query with parameters. I got the procedures from Microsoft's site. Here's my code:
Option Compare Database
Option Explicit
Function ParamSPT(StartRange As Long, EndRange As Long)
Dim MyDb As Database, MyQ As QueryDef, MyRS As...
I've linked to my AS400 system through ODBC. I've got a few tables linked. Some of them will allow me to open them and/or do queries and some just give a little blink of hte hourglass and won't let me access them. They don't give errors or anything, just - nothing happens. I think it's...
I've linked to my AS400 system through ODBC. I've got a few tables linked. Some of them will allow me to open them and/or do queries and some just give a little blink of hte hourglass and won't let me access them. They don't give errors or anything, just - nothing happens.
Any ideas?
This is what I want to do:
Trans [tab] Trans [tab] Order [tab] [tab] Change in [tab]
Date [tab] Type [tab] Number [tab] Loc [tab] Balance [tab] Balance
8/14/00 [tab] FROM [tab] [tab] T8C [tab] -36000 [tab] 46600
8/14/00 [tab] R FIN [tab]...
Does anyone know how to do aging reports? I want to do an aging of inventory availability. I've got all the manufacturing orders to make the stock and when they're due as well as a bunch of sales orders against the stock. I want to create an aging report that...
I used Access 2000 to split a database into front end and back end. Then I created converted a copy of the front end database for use on Access 97. When I tried to open that copy (on another computer running Access 97), it didn't recognize the back end database...
I'm trying to set up Bills of Materials for a project I'm doing. I have an raw material item master table. For each product, I want to be able to type in a raw material item number in a subform and have it bring up the whole line for that record in the item master...
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.