Remou,
I think you are correct on what the OP was wanting to do. Couldn't you use the mousedown event for each check box to toggle being checked or unchecked? Would still be easier to have a command button, but the OP could build a function to toggle checked or unchecked and call the function...
Just curious...
"I used Look up "between" in criteria under field name DATERECEIVED but I still got nothing"
but you used this syntax
AND ((dbo_DIARYLOG.DIARYDATE) Between [StartDate] And [EndDate]))
Did you mean DIARYDATE or DATERECEIVED?
I think you are correct hneal98
1995 equates to 01/01/1995
1997 equates to 01/01/1997
therefore excludes records after 01/01/97 using the Between
I could be wrong, but I think it has to do with the format of the field being in date/time format. If the field was just a number field with...
DeMann,
Well I guess a work around would be to have the notes control disabled and use a command button to enable the notes control and move the focus to it. That would avoid the issue I guess. Otherwise you would just back space the time stamp out if you entered the control by mistake...
Forgive me for jumping in here...but it sounds like you want to insert a time stamp into the Notes memo field anytime you add additional notes and keep a running time stamp for each note. If that is the case play with adding a time stamp in the Got Focus event of your Notes field:
Private Sub...
Just another thought, you are opening and closing the recordset within the loop which will also cause some delays. You might also play with the .MoveNext at the end of the loop and close the recordset after the loop is complete.
Just add False or 0 to your arguments
DoCmd.SendObject , , stDocName, myemailfieldname, cc_field, , _
"NCR Issue", "Hi. A number have just been generated.",False, "Clear Day
This is what I use
Place this code in a module not associated with any forms
Private Declare Function GetSystemMenu Lib "user32" (ByVal hWnd As Long, _
ByVal bRevert As Long) As Long
Private Declare Function EnableMenuItem Lib "user32" (ByVal hMenu As _
Long, ByVal wIDEnableItem As...
You can hide the ruler in design view, but not sure about the scroll bars. To hide the ruler just right click in the detail section of the form and deselect ruler. But you are right, would be kinda nice to move the subform controls etc in design view to match the main form without having to...
For what it is worth, I had similar problems and went back to version 6.0 reader several months ago. Since then I install the full version of 7.0 and haven't had any more problems. There might be some update patches required, but I don't know for sure as the full version works okay now.
lwells
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.