A
Andrew
Hi,
I have a subform (frm_Subform1) which is on a form (Frm_Form1). The
sub_form has one field only on it - 'Food_Time'.
I want the user to be able to scroll down the list, click on the desired
food time (only ever selecting one at a time) then click on a button. The
code should be able to return the value of the food time.
I want a message box to show 'Food Time is " & Selected_Food_Time.
I also then want to do into another table and using the 'Selected_Food_Time'
delete that record from a table called 'Tbl_Food_Times_Available'.
Thanks in advance
I have a subform (frm_Subform1) which is on a form (Frm_Form1). The
sub_form has one field only on it - 'Food_Time'.
I want the user to be able to scroll down the list, click on the desired
food time (only ever selecting one at a time) then click on a button. The
code should be able to return the value of the food time.
I want a message box to show 'Food Time is " & Selected_Food_Time.
I also then want to do into another table and using the 'Selected_Food_Time'
delete that record from a table called 'Tbl_Food_Times_Available'.
Thanks in advance