I am trying to run the spellchecker via a toolbar button using a macro in Word97. This is working to a point, but the language keeps defaulting to EnglishUS instead of EnglishUK.
The Word document divided into sections which means that setting the language at the beginning of the spell check...
Hello out there,
I have three fields on a report, set to cangrow. When one of the fields grow I want the other two fields to grow to the same height.
e.g. field1.height = field3.height
field2.height = field3.height
I can get the height of the grown field3 after the 'on print' event but...
I have written a database(Acess97) that prevents the user from exiting the database unless they click
on my 'Exit' button which contains the code:
forms![frmHiddenForm]!chkCanClose.Value = True
'allows frmHiddenForm to close and thus the database
docmd.quit 'continue with exit
It works as...
I need to be able to allocate serial numbers to a field within a table. The serial number is made up of 3 parts e.g
"CPM2" "Medic1" "00012 = CPM2Medic10001.
The 1st part will always be CPM2, the 2nd part could be one of 4 values e.g Medic1, Medic2, Medic3, Medic4 and the...
I need to be able to find all access databases on my c:\ via code within Acccess. The code I have written is as follows:
Private Sub cmdFindFiles_Click()
Dim strFileName, strPath As String
strPath = "c:\*.mdb"
strFileName = Dir$(strPath)
Do While strFileName > ""
'some...
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.