Hi to everyone
I'm a bit confused
a friend of mine asked me to help him out on a project he is doing. He want his users to input on a daily bases the appointments of various clients, for record and statistics. I created two tables one DailyVisits (ID & Date fields) and the other VisitsDetails (ID, Date {related to the other table Date}, ClientInfo, ReasonOfVisit). In a form I joint these two tables i.e DailyVists (main) VisitsDetails (subform) thus for one day I have multiple client. Far now I hope my approach is correct!?
My issue is that that in the VisitDetails table the ReasonOfVisit is combo box with a value list, and my friend needs that if "Other" is selected ("Other" is one of the value list) another field is enabled and the user can input a reason which is not in the list.
Can someone please guide me how can I achieve this task? Thanks
I'm a bit confused

My issue is that that in the VisitDetails table the ReasonOfVisit is combo box with a value list, and my friend needs that if "Other" is selected ("Other" is one of the value list) another field is enabled and the user can input a reason which is not in the list.
Can someone please guide me how can I achieve this task? Thanks