N
NJBrit
fairly new to forms, and have a problem:
in main form, I have FROM & TO combos for a product price file.
I want to display details (code, group, price, desc) in a subform list,
starting with code FROM in the main form, and ending with code TO.
I want the user to select FROM and TO and then click a "go" button to
populate the subform.
I can't get data in the subform - is it since all data is from one table ?
I tried using a query as the source (with a filter "> forms!prices.FROM and
< forms!.prices.TO") but I'm getting a circular reference error. I haven't
found any samples from the same table - just one to many. I'm sure this is an
easy thing to do -- can you help?
in main form, I have FROM & TO combos for a product price file.
I want to display details (code, group, price, desc) in a subform list,
starting with code FROM in the main form, and ending with code TO.
I want the user to select FROM and TO and then click a "go" button to
populate the subform.
I can't get data in the subform - is it since all data is from one table ?
I tried using a query as the source (with a filter "> forms!prices.FROM and
< forms!.prices.TO") but I'm getting a circular reference error. I haven't
found any samples from the same table - just one to many. I'm sure this is an
easy thing to do -- can you help?