JeffBarker
Registered User.
- Local time
- Today, 22:19
- Joined
- Dec 7, 2010
- Messages
- 130
Hey guys, I haven't had the need to use my VBA skills for a good few months now so I'm generally a bit rusty - hence this post.
I have a form with four unbound fields (two combo boxes and two date fields) that I need to use to build the basis of a recordsource for a subform to display the history of certain activities within our organisation.
Without giving too much away, the main form displays "Show me a list of potatoes (for arguments sake) supplied between date and date for this restaurant."
The text in italics above are the fields I need the user to filter on - so potatoes is an unbound lookup field, the two date fields are short date text fields and this restaurant is another unbound lookup.
As the user steps through the above fields they "drill down" to a criteria which then displays results on the subform below.
What's the best way to do this, guys?
Many Thanks in advance.
Jeff.
I have a form with four unbound fields (two combo boxes and two date fields) that I need to use to build the basis of a recordsource for a subform to display the history of certain activities within our organisation.
Without giving too much away, the main form displays "Show me a list of potatoes (for arguments sake) supplied between date and date for this restaurant."
The text in italics above are the fields I need the user to filter on - so potatoes is an unbound lookup field, the two date fields are short date text fields and this restaurant is another unbound lookup.
As the user steps through the above fields they "drill down" to a criteria which then displays results on the subform below.
What's the best way to do this, guys?
Many Thanks in advance.
Jeff.