Hi, i have a table with data (columns with company number and phone id, ip=1,digital=2,analogue=3)
I have created a form with a sql statement that gets the company number. Now each time you select one of the companys in the scrollbar I want toprint out the corresponding phone id. One company can have several phone id's. For example
Company: Phone id
Microsoft 1,2,3,4,1,2,4
Hardsoft 4,4,5,1,2,4,2,3
Volvo 1,1,1,1,1,1,5,1
and so on...
Is this possible?
Best regards
L.H DC
I have created a form with a sql statement that gets the company number. Now each time you select one of the companys in the scrollbar I want toprint out the corresponding phone id. One company can have several phone id's. For example
Company: Phone id
Microsoft 1,2,3,4,1,2,4
Hardsoft 4,4,5,1,2,4,2,3
Volvo 1,1,1,1,1,1,5,1
and so on...
Is this possible?
Best regards
L.H DC