Can anyone tell me what is wrong with this code?
Private Sub fmTopic_Change()
[TimeTable]. = Me.[fmTopic].[Column](2)
End Sub
TimeTable is a table
Time is a field in the timetable table
fmTopic is a listbox in a form.
It is supposed to put data it gets from on of the columns in the lookup from the listbox and place it in the Time field.
I am not very good at coding, so any help please use simple words.