Combobox data retrieval

  • Thread starter Thread starter KneeDown2Up
  • Start date Start date
K

KneeDown2Up

I have a table called Students and a table called Days. I use the 'Days'
table as a list showing the days in a combobox which is on a form. the idea
being that the user selects from this drop down (due to time) list and
selects the respective day. I then need this 'day' to be associated with the
student. When I link it via row source the days appear in the drop down but
cannot be selected. Is this a 'relationship' issue or can't it be done?

Obviously doing something wildly wrong here, can anyone help please?

Many thanks in advance.

Martin
 
Further to my previous post, I have used a 'Query' as the record source and
it seems to work fine; if anyone can advise as to whether this is the correct
way or indeed that there is a better way, please do so.

Many thanks

Martin
 
Back
Top