
Originally Posted by
NTC
In part 1 - the approach to take is not to use parameter queries that force a parameter prompt as each query opens. Instead; have a textbox in your form that holds the date - and have those queries call that info. Syntax in your query criteria would be something like this:
Forms!YourFormName.TheDateTextBoxName
As to part 2; if a combobox is throwing "some kind of error related to date" when you attempt to make a selection - - why is difficult to ascertain from the info posted. You might simply consider deleting that combobox and making a new one fresh.
hope this helps a little.