I don’t understand enough about your table relationships nor what you mean by the following. Community members can likely provide more applicable advice if you share screenshots of your table columns and an example using concrete values for:
I am sorry.I am not good at explaining things. Lets try again here is the Screenshot for my 3 tables. In 1st table(FullData) where all students information. 2nd table(Attendance Detail) where i enter the attendance information. And 3rd table(Attendance) where all students attendance record save. What i was trying to do when i chose [Class Week Day] for example “Monday” from table(Attendance Detail) then it show in (Attendance Form) only students name they are in “Monday” from Column [Week_Days_Class_1],Column [Week_Days_Class_2],Column [Week_Days_Class_3]. And if i chose [Class Week Day] to “ALL” Its show all the Students Name from (FullData) table.
It sounds like maybe you’re trying use the value of the [Class Week Day] column in the Attendance_Details table to determine the list of values available to select for the [Students Name] column in the Attendance table when using a form to create a new row that is a child record of a row in the Attendance_Details table. Based on this inference and a cursory skim of your columns and table relationships, here’s a draft expression to start experimenting with for the Valid if property of the [Students Name] column in the Attendance table.