I need to write an ACCESS query that goes something like this:
For each customer (table customer-product)
For each product they have (table customer-product)
If they don't have the latest product (table product)
Include that customer+product combo in the result
The...
I am having trouble applying a filter to my OWC Excel Sheet. I have a dropdown box that lets the user select the criteria based on an old date. Here's the code:
Dim StartDate As String
StartDate = ">" & Format$(DateSerial(Year(Date), Month(Date) - Combo1.Text, Day(Date))...
As per my only previous post on making MQSeries work in a multiple-LU environment, here is what I discovered. There's a little trick to making MQSeries for NT work using Microsoft SNA Server 4, where you are have configured multiple LUs.
First, define the MCA User that your channel (sender) is...
We are having a problem using Microsoft SNA Server and SNA MQSeries Channels to MVS. The trouble is that we have 2 LUs defined, one for a CPI-C application (LU2) and one for our MQSeries application (LU6.2). When MQSeries starts our SNA channel, it keeps trying to use our LU2 LU, not the LU6.2...
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.