Search results

  1. N

    Limit the number of charachters in a Word cell

    Hello! I'm working on a Word template with a table that i later will import to access. Is there a way for me to limit the number of charachters the users can type into a Word cell? This would be something like field size in access.... tnx noccy
  2. N

    empty text box

    tnx a lot m8 =)
  3. N

    empty text box

    Hello! If I want to check if a textbox is emty what would i look for? If Me.txtTest = ? Then......... tnx noccy
  4. N

    Solution: Import data from Word to Access

    Hello! I have made some posts here about Importing data from a word table to an access table. I finally came up with this solution and I'm posting it for other who might have the same problems: Ok, here is how I did it. Thought it might be ok to post the code if anyone has the same problem =)...
  5. N

    Create Recordset from a word table

    Well what I want to do is to create a recordset from an existing table in an existing word document. I have a standard word document from a template I made mysef. This document has one table in it, and i want to access the data in this table by creating a recordset..... noccy
  6. N

    Create Recordset from a word table

    yes a table in a ms word document
  7. N

    Create Recordset from a word table

    Anyone got a suggestion on how I can create a Recordset from a Word table? I'm working from Access tnx noccy
  8. N

    Import from Word to Access

    tnx for trying, solved it now btw =) tnx
  9. N

    Import from Word to Access

    looks like the soulution for me is there, but the ¤&//&¤¤¤* firewall here won't let me download anything from ftp servers =( Any chance anyone could downoad this file: code8.zip And then post it here? tnx noccy
  10. N

    Import from Word to Access

    Hello! Is it possible to import data from a table in a word document into an access table? The table in Word is a standard table and the first cell contains a bookmark. Any suggestions? tnx
  11. N

    ADO 2.7 library

    tnx m8, helped me fix it =) Everything OK now
  12. N

    ADO 2.7 library

    Does anybody know if the ADO 2.7 libraries are a part of Windows xp or is it in the vb runtime files? I have a db where i use this library, made in office 2002. This db won't work on another machine with office installed. I have Windows xp, the other machine has windows 2000....could this be...
  13. N

    MediaPlayer Control

    hmmm It wont work here, need to make a new reference to the automatation library.. Anyway i got a look at the code, and I still need to ble able to define the current position of a file. I have made all this work with a realplayer control, but realplayer is full of spyware..... The...
  14. N

    Count Records from SQL

    Take a look here : http://www.accessvba.com/showthread.php?s=&threadid=5085
  15. N

    MediaPlayer Control

    Well I need some more controls....I need to be able to pause while playing. I also need to use the currentPosition function that allows me to start playing the file from a given number of milliseconds into the file...... suggestions?
  16. N

    Count Records from SQL

    post code plz =) Should be quite simple tho...
  17. N

    MediaPlayer Control

    ok - here it is in 97 format =) appreciate any help plz
  18. N

    MediaPlayer Control

    Hello! I have put a standard Windows MediaPlayer (version 9) on a form. On the same form I have a button that I want to use to make the player play the current file The command should be: Me.MediaPlayer1.Controls.Play Problem is that all I get is an error, saying that The method wasn't...
  19. N

    Get Current DB's path

    CurrentDb.Name
  20. N

    How to retrive db filename

    tnx m8
Back
Top Bottom