hi guys
I have a listbox "lstKidSelect" on form "forms![f_bookinghead]![f_bookingheadform]" that I need to do some things with.
Most importantly I need to highlight a certain record when the form is opened.
I have a listbox "ctlLstBxResult" on form "editbookingsearch" that is used to select the criteria for opening forms![f_bookinghead]![f_bookingheadform]. When the form is opened, I need to select the record relating to the criteria passed.
example in pseudo coding:
forms![f_bookinghead]![f_bookingheadform].lstkidselect(value in bound column) = forms![editbookingsearch].ctlLstBxResult.column(0)
so I don't know if I need to get what the column number is and set the itemdata to it or what?
any help would be greatly appreciated
thanks
Jeremy
I have a listbox "lstKidSelect" on form "forms![f_bookinghead]![f_bookingheadform]" that I need to do some things with.
Most importantly I need to highlight a certain record when the form is opened.
I have a listbox "ctlLstBxResult" on form "editbookingsearch" that is used to select the criteria for opening forms![f_bookinghead]![f_bookingheadform]. When the form is opened, I need to select the record relating to the criteria passed.
example in pseudo coding:
forms![f_bookinghead]![f_bookingheadform].lstkidselect(value in bound column) = forms![editbookingsearch].ctlLstBxResult.column(0)
so I don't know if I need to get what the column number is and set the itemdata to it or what?
any help would be greatly appreciated
thanks
Jeremy