Hello,
I was wondering if it was possible to set the height property for a text box on a report to be equal to the height of another field (text box).
Such that if one text box grows due to the size of the data in it the other text boxes for that same record will grow to match it.
thanks
I have a form which when opened applies the following filter.
DoCmd.ApplyFilter , "USER_ID =" & "'" & Me![UserName] & "'" & " AND " & "USER_PASSWORD = [Enter Current Password]"
Me![UserName] is supplied by a module and [Enter Current Password] is a user prompt opened when opening the...
I just installed samba on a sun machine running solaris 6.
I was able to share out the directories on the sun machine ok and can map windows drive letters to the samba shares. The Samba machine is not a PDC
What I haven't been able to figure out is how to make the unix file permissions match...
I have a form which has a series of 5 radio button, and a text entry feild. I would like to associate a font with each radio button and change the font of the text entry field to the select font.
Has anyone done this? I don't know if I should try to control the font by usign styles or some...
I'm trying to set-up formmail on a virtual server. I modified the script for my domain and changed the permissions to 755. But when formmail is called from the web form, I receive the following error on my browser:
Internal server error.
The log on the server says;
fopen failed to open log...
I currently have form, which on open sets the enable and locked parameters of feilds on the form based on certain record criteria. I.E. if x=1, then feild1.locked = true, else feild1.locked = false. This works fine for the first record, but when the 2nd record is selected the locked and...
I'm trying to use the code from this faq to allow users to open external files from a form.
In the code on the form I've tried two different bits of code, neither work the way I'd hoped.
One is:
DoCmd.OpenStoredProcedure (fHandleFile("c:\test.txt", WIN_NORMAL))
Which opens...
I currently have an access db in which the autoexec macro runs an exception report and then e-mails the report to two users. I have this db run automatically each night, so each morning the report is in the user e-mail inbox. Sometimes the query that the report is based on returns no data...
I currently have an access db in which the autoexec macro runs an exception report and then e-mails the report to two users. I have this db run automatically each night, so each morning the report is in the user e-mail inbox. Sometimes the query that the report is based on returns no data...
I'm trying to use the DoCmd.OpenReport function with two stLinkCriteria & a wildcard feature on one of the slc. When I enter data in these feilds on the form, a DataTypeMismatch error is returned.
Can anyone see if there is an error in the code?
The table which the query for the report is...
I'm trying to fix some bugs with an access db I inherited. I'm running across the VAL() funtion in queries and am unable to figure out what the purpose of the VAL() function is.
Can any post quick explanation.
Thanks
I've been using the information in FAQ 181-93, titles "How do I get and use the Windows Login ID? "
I've gotten to the point where my database properly identifies users in the tblValidUsers table.
Now I want have different forms start based on the persons login id. I've appended the...
I have a script which parses through a test document ans removes unwanted lines. What I am having trouble doing is stripping away carriage returns for lines that meet a predetermined criteria. The following is a portion of the script.
while(<STDIN>) {
/^ Some text matching:(.*)/ && do {
#...
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.