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
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