No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hi Keeda Are you using Microsoft Access - if so what version? If you are using Access then you are probably better of using lookup lists instead of writing the select query by hand. The reason for this is that access automatically writes the query for you by using the …
Hi WHchaz1027 This problem is relatively easy to solve. griswolf probably misunderstood it and to answer his question I think it would have been better placed in the [B]MS Access and FileMaker Pro[/B] Forum. Anyway to solve your problem you need to use an unbound text box to display the …
Hi EuroStud, Try using the report's [B]_onOpen()[/B] event so that when you open your reports your code will execute automatically. Also you can use a breakpoints on your code to see what is actually happening during runtime. As for displaying the value of the code on the report you will …
The End.