2 List boxes

  • Thread starter Thread starter Maracay
  • Start date Start date
M

Maracay

Hi guys,

I have 1 table tblListMachine with 2 fields, txtMachine1 and txtMachine2 and
I also have 2 listBox List1 and List3, List1 is connected to field
txtMachine1 and and List3 is connected to txtMachine2, what I want is to
click a record on list1 and move the record to list3 and delete the record
from list1 and also click a record from list3, move it to list1 and delete
record from list3, of course all movements are done between txtMachine1 and
txtMachine2, I wonder if someone may help with a code to program the on Click
event

Thanks
 
can you provide some sample data for what is in tblListMachine? I'm certain
that txtMachine1 and txtMachine2 are not the only fields, so provide the
primary key and any other field names that might be displayed on this form.
 
Back
Top