Access_Help
Registered User.
- Local time
- Today, 07:20
- Joined
- Feb 12, 2005
- Messages
- 136
I need help with two issues:
1) I have a tabular form which has a list box and a textbox.
The textbox concats values from the listbox.
When I scroll down to the next record, the listbox and textbox shows the values from the previous record and these values are replicated to all records.
I have applied the: Me.List14.Requery line on the click event of a button but it does not deselect the listbox values from the current record.
2) I need to append the values from the textbox into the query, I can reference the query field to the textbox, but would that save the values to the query next time I open the form?
1) I have a tabular form which has a list box and a textbox.
The textbox concats values from the listbox.
When I scroll down to the next record, the listbox and textbox shows the values from the previous record and these values are replicated to all records.
I have applied the: Me.List14.Requery line on the click event of a button but it does not deselect the listbox values from the current record.
2) I need to append the values from the textbox into the query, I can reference the query field to the textbox, but would that save the values to the query next time I open the form?