I am doing it for first time I know asking an easy question. Couldnt figure it out on google I have a access form that have a combo box and list box, Based on the combox box value selected user List box shows a set of values, I want the user selected (The one which users selected) value in the list box to go as variable inside the seperate module.I tried something like
ListTable = Me.Linked_Table_List.ListIndex
ListTable = Me.Linked_Table_List.Value
and many more iteration but nothing is working
I want to used the value in listtable to go into another module. I have declared listTable as Global
Thanks in Advance!!