I am using Access 2013 on Windows 8
I have some forms where I use a list box (with row source - value list) to filter another listbox where the row source is a table. In some cases I use a combobox instead so that I can not restrict the data entry. In either case, the control source information is not displaying for a created record when the form is opened again. This only seems to be occurring with list/combo boxes that have another listbox filtering them AND have a column count greater than 1.
What is the best way around this? It makes it difficult to edit records when I cannot see the information that is already there.
I have created an entirely new form that only uses text boxes so I can look up and view the info, but it seems ridiculous to have to flip between the two just to make changes and a bit wasteful to need 2 forms for every form I have like this. What am I missing here? Must I have text boxes for each list box on the form?
I have searched for answers but the answers I find are way over my head and include VB code as the solution and are not really even discussing a box controlling another box. I am not using VB at all with these forms as I don't understand it well enough yet. I am not ready to add any VB to these forms as anytime I try it messes up the calendar I am using from this site.
Thanks much
I have some forms where I use a list box (with row source - value list) to filter another listbox where the row source is a table. In some cases I use a combobox instead so that I can not restrict the data entry. In either case, the control source information is not displaying for a created record when the form is opened again. This only seems to be occurring with list/combo boxes that have another listbox filtering them AND have a column count greater than 1.
What is the best way around this? It makes it difficult to edit records when I cannot see the information that is already there.
I have created an entirely new form that only uses text boxes so I can look up and view the info, but it seems ridiculous to have to flip between the two just to make changes and a bit wasteful to need 2 forms for every form I have like this. What am I missing here? Must I have text boxes for each list box on the form?
I have searched for answers but the answers I find are way over my head and include VB code as the solution and are not really even discussing a box controlling another box. I am not using VB at all with these forms as I don't understand it well enough yet. I am not ready to add any VB to these forms as anytime I try it messes up the calendar I am using from this site.
Thanks much
Comment