I am relatively new at this stuff, but I have managed to create two awesome databases for a law office. I am finishing up with a "print report from current record" command button. I have worked my way to this..
ID is a number. This gets me where I want to be but I get a syntax error "operator missing" @ 'ID=client'. I have tried rearranging and other syntax. I have seen it done a couple of ways, but the above actually gets me to the current client data.
I need help. I am going crazy.
Code:
DoCmd.OpenReport"File Request", acViewNormal,,"[ID] = "&Me![CLIENT]
I need help. I am going crazy.
Comment