M
melwester
I have this popup form that I'm inserting information from a table that is
indexed by CTANumber. The CTANumber is located on my other popup forms so
that the users know they are looking at the right data.
The table itself has several rows of text that goes along with the number
such as:
Number Comments Date
1034 It's raining out 06/22/05
1034 Snowed today 05/19/04
1036 Whatever 04/19/03
How would I get each line of data (Number 1034) onto my form that is set up
as:
CTANumber
Comments
Date
Also, we would like the dates to be in sequence order per CTANumber.
Should this be done in a case statement or If statement and how?
indexed by CTANumber. The CTANumber is located on my other popup forms so
that the users know they are looking at the right data.
The table itself has several rows of text that goes along with the number
such as:
Number Comments Date
1034 It's raining out 06/22/05
1034 Snowed today 05/19/04
1036 Whatever 04/19/03
How would I get each line of data (Number 1034) onto my form that is set up
as:
CTANumber
Comments
Date
Also, we would like the dates to be in sequence order per CTANumber.
Should this be done in a case statement or If statement and how?