I've been looking for a few hours for this and can't seem to find what I'm looking for. All I want to do is open a form based on another form - however I don't want to have the form that is opened filtered.
So, right now I have
stLinkCriteria = "[ID]=" & Me![ID]
DoCmd.OpenForm stDocName, , , stLinkCriteria
But I don't want the new form to only contain that id - I just want it to go to that id. Any ideas?
Thanks!
So, right now I have
stLinkCriteria = "[ID]=" & Me![ID]
DoCmd.OpenForm stDocName, , , stLinkCriteria
But I don't want the new form to only contain that id - I just want it to go to that id. Any ideas?
Thanks!