G
Guest
How do I print the current record from a form where the table has multiple
fields for a primary key???
I was able to print current records from a form where the table has only 1
field as a primary key with the following...
strWhere = "[ID] = " & Me.[ID]
DoCmd.OpenReport "My Report", acViewPreview, , strWhere
fields for a primary key???
I was able to print current records from a form where the table has only 1
field as a primary key with the following...
strWhere = "[ID] = " & Me.[ID]
DoCmd.OpenReport "My Report", acViewPreview, , strWhere