If then-problem

J

Jean-Paul

I created a report with 2 entryfields:

Afdeling
BGVer

I wrote following code


If Me!Afdeling = "Groodkeukenmedewerker" Then
Me!BGVer = "ikke"
End If

I tried to put it in the Details_Format property and the Report_Page
property without any result.

What did I do wrong?

Thanks
JP
 

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

Top