I had been using chr(13) before when I was using Arial, because I believe it wasn't being correctly decoded and it generated a little square instead. But now that I am using a different font, the chr(13) is now correctly interpreted as a little plus sign. I need to know if there is a chr(xx)...
The Users group as no permissions and I can't seem to delete the "Admin" user. However the "Admin" user has been removed from all groups except the Users group. Still no luck.
Hi,
I have been attempting to use the Access User and Group Permissions using the Wizard and also by configuring it manually. It all seems to work fine when I am working on my personal computer, but once I try and access the database from another computer on the network (one with a different...
Is there a carriage return character? I've been using the combination of Chr(13) and Chr(10). And is there a way to set a variable to multiple carriage returns e.g. CR3 = Chr(13) + Chr(10) + Chr(13) + Chr(10) + Chr(13) + Chr(10) and have this variable accessible from a report? Any help would...
How can one declare a variable so that it is accessible from several subroutines?
Basically I have several subroutines which respond to different events (e.g. mouse clicks). I need to be able to access the same variable from all of these subroutines.
Thank you.
Thank you... It worked great.
Would anyone know if it's also possible to have a number like 2379 to be displayed as "Two Thousand Three Hundred and Seventy Nine"? or something similar to that?
I currently have an input mask that allows two numbers followed by a hyphen followed by three more numbers and it looks like this: 00\-000;0;_
However, I would like the three numbers following the hyphen to also accept the letters in the alphabet. Does anybody know what I should do to my input...
I have a text box in the Detail section of my report. I am trying to calculate the sum of all the values in this text box and place this total at the footer of my report. Is there a way I can do this? The value in the text box is determined by an IIf statement.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.