M
Me
I have the following query for list values in combo box,
the query fetches me records for the 1st CONTRACT_NO ...
SELECT FILE_NAME, REC_NO FROM BOILERFILES WHERE
CONTRACT_NO=Forms!DataEntryTO!CONTRACT_NO;
I have the following recs in BOILERFILES -
Contract No Rec Other info ...
1 1 xx1_1
1 2 xx1_2
1 3 xx1_3
2 1 xx2_1
2 2 xx2_2
3 1 xx3_1
for list value for contract No. =1 it shows 1st 3 records which is fine.
for list value for contract No.=2 again it shows the 1st 3 records whereas
it should show 4th and 5th records
for list value for contract No.=3 it shows 1st 3 records it should show the
6th one.
Please help me resolve this asap!
Thank you,
-Me
the query fetches me records for the 1st CONTRACT_NO ...
SELECT FILE_NAME, REC_NO FROM BOILERFILES WHERE
CONTRACT_NO=Forms!DataEntryTO!CONTRACT_NO;
I have the following recs in BOILERFILES -
Contract No Rec Other info ...
1 1 xx1_1
1 2 xx1_2
1 3 xx1_3
2 1 xx2_1
2 2 xx2_2
3 1 xx3_1
for list value for contract No. =1 it shows 1st 3 records which is fine.
for list value for contract No.=2 again it shows the 1st 3 records whereas
it should show 4th and 5th records
for list value for contract No.=3 it shows 1st 3 records it should show the
6th one.
Please help me resolve this asap!
Thank you,
-Me