if i have a listbox. is there a way user can select from that listbox and click a command button which will update other field from another form?
ie. lstTransFrom (if user highlights from the list)
from frmTF
cmdUpdate (then user clicks this command button)
Balance (from table.([Bud].[Balance]) (update this field from the table?)
ie. lstTransFrom (if user highlights from the list)
from frmTF
cmdUpdate (then user clicks this command button)
Balance (from table.([Bud].[Balance]) (update this field from the table?)