I have a subform that displays the first field with white background. (I'm assuming it has the focus) How do I get the subform field to display gray until the user actually goes to the subform fields?
Can anyone tell me how to enlarge the hourglass (when code is running).
I want to be able to see a large icon on the screen to know that the application is still running. (From across the room).
The field is really chkComplete. Sorry! It is a check box.
I changed the Record Type from Dynaset to Snapshot, what is the difference?
When I now try to click on any of the checkbox's, a message displays in the lower left hand side of the application: Searching....Press Ctrl+Break to stop...
Can anyone tell me why I get an error message: "Invalid use of Null"?
Function AdjsAmt(txtElement, dblTrackAmount, dblOrigAmount) As Double
Select Case txtElement
Case Is = "WCOF"
AdjsAmt = dblTrackAmount - dblOrigAmount
Case Is =...
I used:
DoCmd.GoToControl "cboComplete"
DoCmd.FindRecord "False"
and checked your 2 things...
Upon form open, I am brought direct to the first available false cboComplete. I can check any box I want. But I still can't UNCHECK any of the cboComplete boxes that I check.
Help?
I don't want all the text to appear running. I would like a carriage return.
Why does this not work?
DoCmd.SendObject acSendNoObject, , acFormatRTF, "John.Smith@libertymutual.com", , , "Weekly JC File", "Amy please upload the weekly file and let me know when this is...
In code behind a button, I put the following:
AppActivate Shell("C:\Program Files\Microsoft Office\Office10\EXCEL.EXE" & Chr(34) & "\\LX-file-ABC-01\central\Corporate\Group-Markets-2\Svc1Vol8\Reports\AdHoc\XXXXX\Req1358-XXXXX-Weekly\Completed...
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.