C
contato
I use this for populate a listbox
Me.Lista69.RowSource = "select idvenda,codigo,produto,qtd,unit,total from
tbvenda WHERE nvenda like " & nven & " "
Me.Lista69.Requery
when the select is empty or not found any result how i show a msgbox with
mesagge " PRODUCT NOT FOUND"
Me.Lista69.RowSource = "select idvenda,codigo,produto,qtd,unit,total from
tbvenda WHERE nvenda like " & nven & " "
Me.Lista69.Requery
when the select is empty or not found any result how i show a msgbox with
mesagge " PRODUCT NOT FOUND"