I
Imdabaum
Layout: I have a form and a subform that allows the user to make notes
about the product (projected completion date, set-backs, requests, etc)
.. Delete, Add, Edit, and Cancel buttons. These buttons are straight
forward and work.
Still in the subform, I have a listbox that shows the date the note was
written and the first 8 letters of the Note and has a source of a query
against a tblUpdates, which pulls the [productID],[Date Note was
wriiten], [Rep], [part of note], and [the note].
The listbox updates properly and shows the memos that are added, but
when I select a note from those existing in the listbox, The txtField
does not change.This causes problems for the Edit button.
So how do I connect the txtField to the selected item of the listbox?
about the product (projected completion date, set-backs, requests, etc)
.. Delete, Add, Edit, and Cancel buttons. These buttons are straight
forward and work.
Still in the subform, I have a listbox that shows the date the note was
written and the first 8 letters of the Note and has a source of a query
against a tblUpdates, which pulls the [productID],[Date Note was
wriiten], [Rep], [part of note], and [the note].
The listbox updates properly and shows the memos that are added, but
when I select a note from those existing in the listbox, The txtField
does not change.This causes problems for the Edit button.
So how do I connect the txtField to the selected item of the listbox?