hi , i want to make a form in access where to add some product and in a text box to have sum from that list . any help ? or sugestion?
thanks
hi , i want to make a form in access where to add some product and in a text box to have sum from that list . any help ? or sugestion?
thanks
Can you post an example of what you want to add in the form & what result ( sum from that list ) you want to see in the text box.
Thanks
in concepto i want t hawe products , and with command54 i want to add them to list
Am not in to forms or VBA. All the same, till some one comes along, just check if below gives some idea :
Note : You need to have the "Row Source Type" for the List box set to "Value List"Code:Private Sub Command54_Click() Dim NewData As String NewData = Me!txtBoxConcepto lstBoxList52.AddItem NewData End Sub
---------------------
If possible, can you explain the need of the list box at a functional ( practical ) level.
Thanks
thank you , i try to put a subform in that form , i leave that ideea . But thank you , i learn something new today![]()
No problem.
All the best with your project.
Thanks![]()