I’m trying to open a form based on different queries. I have an initial form (frmFlush-NS) that prompts for N or S (north/south). If I keyin “N”, I want frmFlushMH to open based on qryFlush-N; if an S is keyed, I want it to open based on qryFlush-N.
I realize I can do this if I set frmFlushMH record source as a query that prompts for N or S. However, there are other reasons I'd rather not do that if possible.
Any suggestions would be greatly appreciated.
----
My solution:
I created two identical forms based on different queries; then open the corresponding form. This appears to be working but it seems a bit of overhead. I'd rather only have one form.
Any other suggestions would be greatly appreciated.
Thanks,
SKK
I realize I can do this if I set frmFlushMH record source as a query that prompts for N or S. However, there are other reasons I'd rather not do that if possible.
Any suggestions would be greatly appreciated.
----
My solution:
I created two identical forms based on different queries; then open the corresponding form. This appears to be working but it seems a bit of overhead. I'd rather only have one form.
Any other suggestions would be greatly appreciated.
Thanks,
SKK
Last edited: