J
John Smith
Hi everyone!
'---------------------------------
I have a table name Owner:
OwnerName
Start
End
Exemple:
OwnerName = PLANT1
Start = 1
End = 49
OwnerName = PLANT2
Start = 50
End = 69
'-------------------------------
A second table with number from 1 to X
When I'm selecting PLANT1 one from my comboBox, I want to return the missing
value between the start and the end of the selected Plant...
Hope I was clear!
Thanks!
JS
'---------------------------------
I have a table name Owner:
OwnerName
Start
End
Exemple:
OwnerName = PLANT1
Start = 1
End = 49
OwnerName = PLANT2
Start = 50
End = 69
'-------------------------------
A second table with number from 1 to X
When I'm selecting PLANT1 one from my comboBox, I want to return the missing
value between the start and the end of the selected Plant...
Hope I was clear!
Thanks!
JS