I really do feel like Access can do what we need, it's just a matter of me getting to the point that I can get it to do it. I'd never heard of Access or done any kind of programming until last June, and the only training I have is books, internet, and trial & error.
I tried changing tactics, a little. Instead of pulling the result by PolID, I tried to write it to pull by policy number (PolNum, a text field), and effective date (PolEffDt, a date field). I've looked at numerous examples online, and my syntax looks right, but I keep getting a type mismatch error when I test it, and I'm not getting anything from debug.print on it. Do you see anything wrong with this statement?
Code:
DoCmd.OpenForm "frmPolicy3rd", , , "PolNum = '" & Me.ctlPolNum & "'" And "PolEffDt = #" & Me.ctlPolEffDt & "#"