BuckleyRM
02-09-2000, 06:19 AM
I am trying to open a form, based on a password entered, to show specific records based on a query that I want to use as a filter. I am representing this filter in VB code:
DoCmd.OpenForm "Form1", acNormal, "qpassword", "", acEdit, acNormal
However, it doesn't seem to see the filter. Any suggestions on what I am doing wrong?
DoCmd.OpenForm "Form1", acNormal, "qpassword", "", acEdit, acNormal
However, it doesn't seem to see the filter. Any suggestions on what I am doing wrong?