M
Michael
I have a dropdown list and have added the code to have the columns show in
adjacent text boxes.
The first input "GR" works with this code =confezione.Column(1)
the other two"lordo" and "perpack" are blank.
I have place the same code in each and changed the column number to 2 & 3.
For some reason each time I paste the code into the control source it is
changed to this,
=[confezione].[Column](2)
If I remove the [] brackets they return. below is the sql for the dropdown
list.
SELECT Confezione.confezione, Confezione.gr, Confezione.lordo,
Confezione.perpack FROM Confezione ORDER BY Confezione.confezione;
thank you for your help
Michael
adjacent text boxes.
The first input "GR" works with this code =confezione.Column(1)
the other two"lordo" and "perpack" are blank.
I have place the same code in each and changed the column number to 2 & 3.
For some reason each time I paste the code into the control source it is
changed to this,
=[confezione].[Column](2)
If I remove the [] brackets they return. below is the sql for the dropdown
list.
SELECT Confezione.confezione, Confezione.gr, Confezione.lordo,
Confezione.perpack FROM Confezione ORDER BY Confezione.confezione;
thank you for your help
Michael