Hi All,
I wanted to open another form with same user ID when double clicking the main form. I entered:
DoCmd.OpenForm "FORM_NAME", , , "[ID] = " & Me![ID]
However when I double click, it opens to a blank form instead.
Both the ID of main form and supp form are in text form (is that the reason?)
Kindly help. Really appreciate it.
Thanks!