J
John H W
I want to use a ListBox which gets it info from another table - this works
fine. The selection is stored into the appropriate table.
The problem is when I go back to that entry, the box shows the first item in
the listbox table, not the previous entry.
I have for "On Focus" and "On Click": fmCourse = Me.Course.
In "Default": =[Course]
Both shows the previously saved value, but not the form. I have used the
wizard to set up the listbox and I have also set it up manually, but still
the previously saved entry will not display. Do I have to somehow write code
to force the box to display (or reset) the previously saved code? If so, can
you give me some pointer.
Thanks, John H W
fine. The selection is stored into the appropriate table.
The problem is when I go back to that entry, the box shows the first item in
the listbox table, not the previous entry.
I have for "On Focus" and "On Click": fmCourse = Me.Course.
In "Default": =[Course]
Both shows the previously saved value, but not the form. I have used the
wizard to set up the listbox and I have also set it up manually, but still
the previously saved entry will not display. Do I have to somehow write code
to force the box to display (or reset) the previously saved code? If so, can
you give me some pointer.
Thanks, John H W