when I try to rotate a scanned picture or photo in Microsoft photo editor with f.i. 100 degrees , the picture disappears. Rotation by 90 degrees does work, when you give in the number of degrees, it doesn't ...Who can help me ?
every time I try to convert data from an excel-sheet to access , i get a message : The Microsoft Jet database engine could not find the object <range>. I did spell the name of the object right and the object exists... What goes wrong ?
When I use the "general number" on a currency field in my report , de values look good except that I can not avoid the zero-values to be printed.
When I do it by a custom format (#.##0,##) then I get f.i. 5000, in stead of 5000 and
when I use 0,00 I get decimal places everywhere
who...
I do have a currency-field dat doesn't have always a value. I know how I can use the format property to get blanks when the value of the field is zero.
I do have the following on the format property :
#.##0,##;#.##0,##; ;
but when the value of the field is f.i. 6000 then i get
6000...
I do have following code
If KeyCode = 38 Then
'"UpArrow"
DoCmd.GoToRecord , , acPrevious, 1
ElseIf KeyCode = 40 Then
'"DownArrow"
DoCmd.GoToRecord , , acNext, 1
Of course there is an error when the cursor is standing on the first record and the...
I want to detect whether the down arrow is pressed or not in a field on a form in Access 2000.
Can I do something with the ascii-code, and what is the ascii-code for the down arrow ?
Do I have to use the keypress event ?
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.