Search results

  1. R

    2 questions

    1 : Can i change de text of a label or txt field in a report by code in de Report_Open? If yes how. something like this : Private Sub Report_Open(Cancel As Integer) Me.TxtBoven = "testing" End Sub
  2. R

    Ms Word Doc In A Report

    Can someone help me with the following problem? I have a form where the user can, by using the filedialog box, select a ms word doc. Now I want to view the selected word soc in a report is this possible?
  3. R

    Is this possible?

    I have a string (a) with a value (example : “tbl1!id”) , is now possible to put a number in tbl1!id (what is a DAO field in a table) by using the string something like this : String = 48 Without putting the 48 to the string but in that field in the table Thank You Koen
  4. R

    Ado ore Dao

    I'm on this moment working with dao in my access database, can someone tell me if it is good to change this to ADO. Why or Why not. What can be the problems in the future if i don't change to ADO, now working with access XP
  5. R

    mousewheel in XP/access2002

    I now there are many threads about mousescrolling fot 97/2000 but how does it work in acces xp/2002. Thank you for helping me,i have search here for ours. :confused:
  6. R

    sql problem

    I have a sql where de Selhoofdgem dim as string. but when i run de sql he asks me for the value of Selhoofdgem in the sql while I have in my code “SelHoofdGem = "zwevegem"” Why ? Is there a possibility to prevent this? SelHoofdGem = "zwevegem" Dim SqlOntbrekendePost As String...
  7. R

    query problem

    I have a query coming from to tables. One table CUS and one Docs the query takes info from the to tables related witch customer number. Now I can’t change data in the fields of the query, how is that possible. (I have a query with Art en Docs there I can change de data in the fields) Help me...
  8. R

    Conditional Formatting for selectionfields

    is there something like Conditional Formatting for forms that i can use to do the same thing with selectionfields. Thank you for helping
  9. R

    Return code in text

    I have a textbox where i automatic after each 40letters want to go to a new line is there somone how can give me this code please.
  10. R

    Scrolling in a Listbox

    I have a list box with names. I can search in this list by using the first letter(by click b the he marks the first line beginning with b click c the C and so on . But is there also a possibility when I click after de B the letter A he marks the first line beginning with BA end so on. Thanks for...
  11. R

    Mail

    I have some information that is filled in in a access form. I want to send this information directly by mail to someone else without confirm this mail in outlook or outlook express(the mail address of this person you can find in the text field MAIL ).
  12. R

    Date problem

    How can i by opening a form in a textbox show the date() + 1 month Thank you for helping me
  13. R

    ACCESS XP/2000 PROBLEMS

    I made a access 2000 application under the access version in office XP developer now we have problems to run this application (some of de VB code seams not to work) under a normal version of access 2000. Can some one help??? Sorry for my bad English
  14. R

    disable the Shift Key bypass

    can i disable the Shift Key bypass ???
  15. R

    Startup

    1. I have one access application that startup with a form and nothing else. Now can you start the program by clicking the shift button so you can also look at the tables. Is there a possibility that the application not allow to startup with the Shift-Key.
  16. R

    Start up

    1. I have one access application that startup with a form and nothing else. Now can you start the program by clicking the shift button so you can also look at the tables. Is there a possibility that the application not allow to startup with the Shift-Key.
  17. R

    Calulate with only to decimals.

    Can i set de decimal from a currency to 2 numbers instead of 4 and also only counting 2 to decimals. Thank you very mutch by helping me.
  18. R

    decimals

    how can i count with euro fields with just 2 decimals, and not with the standard 4 decimals.
  19. R

    list-box - subform

    I have a form witch a list box(A) and a sub form(B). The list box shows al the record how are intered in de sub form. How can I open a record in the subform by simple clicking on that record in de list box.
  20. R

    No letters in a number field

    How can i not allow for a user to enter letters in a number field the moment that he is tiping them.
Back
Top Bottom