List Box Problems

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top