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

    I can’t just open the word doc because its not only the word doc what I want to view in that report I want also put some extra info in the report.
  3. 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?
  4. R

    Is this possible?

    Thank you very much.
  5. R

    Is this possible?

    more info Sorry if it not clear want I want to do. I hope this makes it more clear. I want to give a string the name of a field in a dao.recordset A = “tbl1!fieldname” Then I want to put an numerical value into that dao field by using that string. Why ? The fieldname depends of witch field the...
  6. 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
  7. R

    mousewheel in XP/access2002

    Anyone how nows Is there nobody how can help me please. Thank you
  8. 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
  9. R

    mousewheel in XP/access2002

    You can put code in the on mousewheel event of each form. I tried to put docmd.cancelevent but this doesn't work. It just passing by the code en don't stop scrolling any idees??? thank you
  10. R

    mousewheel in XP/access2002

    still didn't find it didn't find it. Someone how nows where you can turn of the mousewheel in access xp
  11. R

    mousewheel in XP/access2002

    How ??? How can you do that? can anyone help me.
  12. 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:
  13. 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...
  14. 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...
  15. 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
  16. 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.
  17. R

    Scrolling in a Listbox

    I didn't write any code access does this automatically. I just want to change this code
  18. 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...
  19. 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 ).
  20. R

    To dim certain fields on a form

    after updating the code field you enabled those fields you don't nead : me.namefield.enabled = false
Back
Top Bottom