Problem with ReplicationID

G

Guest

The following code does not work in my database:

DoCmd.OpenForm "MyForm1", acNormal, , _
"ID = [Forms]![MyForm2]![Subform].Form![ID]", acFormEdit, acDialog

The [ID] field has ReplicationID format

Form1 and Form2 are based on the same table.
Form1 opens blank. It seems to me that MyForm2 does not pass the ID value to
Form2 correctly.

Is there any way out?

Thank you for any tips!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top