Hi all,
So a bit a confusing one....
I have a query which I am using to populate a form. The query uses criteria which looks up a value from a combo box on a different form. The command button on this form is then set to open the relevant form and run the query.
I have managed to get this to work successfully in a different part of my database on a different field. I am now basically replicating the query and moving the combo box to a different field. However this doesn't seem to work. If I change the criteria in the query to [enter] and manually type in a value, this works every time and the database opens up the correct form and brings up the correct records. However, if I change this to the combo box and run, I just get a blank page with none of the boxes showing up.
It's very confusing as I have basically copied the previous query which runs perfectly and tweaked the relevant bits of code.
Any suggestions?
Thanks
Phil