E
Emma
Hello I am trying to create a report which only opens the current client, I'm
using the following however there is a space in Client ID so I'm not sure how
to write this?
Private Sub Report_Load()
DoCmd.OpenReport "Individual Case Note Report", acViewPreview, , "[Client
ID] = " & Me.Client_ID
End Sub
I'm sure there is a simple answer to this, thanks
using the following however there is a space in Client ID so I'm not sure how
to write this?
Private Sub Report_Load()
DoCmd.OpenReport "Individual Case Note Report", acViewPreview, , "[Client
ID] = " & Me.Client_ID
End Sub
I'm sure there is a simple answer to this, thanks