M
Michael
I have a number on a form that is created by the following sql
=[NPedana] & "-" & [Del]
NPedana is the delivery number, del is the time.. so I get the following
1-20/07/2005
I use this number to create a barcode and also to follow the delivery.
I have now tried to make the following unbound dropdown list to be able to
pick a record from a list or type it in.
SELECT [NPedana] & "-" & [Del] AS NewNPedana FROM [Registro Entrate];
the list comes up blank even though when I run the sql, I get the info I
need.
That is the first part, the second part is how do I move to a record once
the selection is made from the list.. I have forgotten how and have been
searching the help with no luck.
Thank you
Michael
=[NPedana] & "-" & [Del]
NPedana is the delivery number, del is the time.. so I get the following
1-20/07/2005
I use this number to create a barcode and also to follow the delivery.
I have now tried to make the following unbound dropdown list to be able to
pick a record from a list or type it in.
SELECT [NPedana] & "-" & [Del] AS NewNPedana FROM [Registro Entrate];
the list comes up blank even though when I run the sql, I get the info I
need.
That is the first part, the second part is how do I move to a record once
the selection is made from the list.. I have forgotten how and have been
searching the help with no luck.
Thank you
Michael