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)...
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.
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.
Hi,
I am trying to compare a date in a table to a date in a text box on a form. I have a feeling it's because the two dates may not be of the same data type. Any ideas?
I am able to set a combo box's row source as the return values from a query. However, I am trying to set the default value of a text box as the result of a query, where I know only one value will be returned, and I am unable to do so. Can someone please help? Thank you.
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.