J
Julia
Hi,
This seems like it has to be very basic but I can't find the answer anywhere!
I have a form containing data for all records in my database. Since there is
a lot of data, I have some buttons that pop up a small form and allow me to
select a criteria from a combo box that I can use to filter the records in
the original form. I can scroll through the filtered records and find what I
need more easily.
When I try to make the combo box a list box, I get some error messages and I
just can't get it to work.
The unbound listbox (list0) is populated with the right criteria and I have
tried to add either the primary key or the name of the field selected and
Me![List0] in different variations to the filter part of the OpenForm command
(e.g. "[StatusID]=" & Me![List0]).
Can someone please help? I have the feeling that it should be really easy to
get it to work and I am not sure why it doesn't.
This seems like it has to be very basic but I can't find the answer anywhere!
I have a form containing data for all records in my database. Since there is
a lot of data, I have some buttons that pop up a small form and allow me to
select a criteria from a combo box that I can use to filter the records in
the original form. I can scroll through the filtered records and find what I
need more easily.
When I try to make the combo box a list box, I get some error messages and I
just can't get it to work.
The unbound listbox (list0) is populated with the right criteria and I have
tried to add either the primary key or the name of the field selected and
Me![List0] in different variations to the filter part of the OpenForm command
(e.g. "[StatusID]=" & Me![List0]).
Can someone please help? I have the feeling that it should be really easy to
get it to work and I am not sure why it doesn't.