Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with listbox

Status
Not open for further replies.

tanolalano

Technical User
Jul 7, 2003
27
IT
Hi all,
In a continuos SubForm, record are added by 3 listbox in the tblUnion.
So the 3 listbox are populated depending what selected in each one (linked listbox).
I use the ".Requery" to populate the listboxs in After_update event.
If the listboxs store the value of PK (boundcolumn 1) in a numeric field of the tblUnion when i go to new record and select an item of listboxs, the listboxs in the previous records change as i select in the last record. I know that the stored value is correct, but i need see all records in corrected ways.
I try another solution, if the listbox store value of text (BoundColumn 2) in a text field of the tblUnion, selecting items in listboxs of last record don't change the value of previous records.
This is what i need, but i'd like to store the PK in the tblUnion.
Why occur this?
There are some codes to put in Afterupdate events to bookmark previous selected records?

Thanks in advance :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top