I have two list boxes (lstBox1 and lstBox2) on a form (frmForm1). lstBox1 has three columns of constants that with "RowSource" set equal to "Select * FROM tbl1". lstBox2 has four columns of constants with "RowSource" set equal to "Select * FROM tbl2". I am trying to apply the User-Selected constants from lstBox1 to ALL the records in lstBox2. I suppose that I need to add some code to lstBox1 to the "After Update" property, but I don't know what the code should look like.
Any help would be greatly appreciated.
Jim
Any help would be greatly appreciated.
Jim