Search results

  1. G

    Random posts

    Help Hi, Ok I know this is a really old post but for me it’s quite actual. I’ve been playing around with the database that Mile-O-Phile made (original database added as link). I’m trying to expand the database by adding a multiple language feature as well as the possibility to choose from...
  2. G

    Open Excel file from Access?

    Try this Hobbes, Try this; Make a command button on a form. Use this code when the button is clicked; stAppName = "excel.exe c:\documents\yourfile.xls" This opens yourfile.xls in Excel. Hope it works for you. gr. Martijn
  3. G

    Dlookup help needed

    Yes ok Pat: Treu BUT this doesn't realy awnser my question How to build in an extra check that looks for non blanks in my db
  4. G

    Dlookup help needed

    ok... On my form I just have 1 field that's the field where I scan the rma number. Afer the scan I check if the RMA number is in the dB, if so I run the Update Query so I can update more than one field at the same time. It's possible that someone at another desk adds an discrapancy code to...
  5. G

    Dlookup help needed

    Ok Ok clear, but how do I implement this in my code?? I've tried sereral thing such as you second option but I couldn't get it to work. Can you please advice how to sove this??
  6. G

    Dlookup help needed

    I'm working on an RMA Database. My problem is that I want to check if a RMA number is availible in the database. If so I can close this RMA. This works fine BUT now I also want to add the check if some felds are emty. If these felds are emty the RMA may not be closed. I'm using the folowing...
  7. G

    Email txt file

    Jippy Works like a charme!! Thanx
  8. G

    Email txt file

    nice After reading all this I havn't found the awnser
  9. G

    Email txt file

    Hi, I'm trying to sent an txt file as an option in a Database. Does anyone know how to make this work?? rgds, Martijn
  10. G

    Backup

    In relation to this Topic Nice app for your db. But I was wandering. I have over 10 dbs is it possible to adjust the backup method so it will pull its data from a table, ia Location of source db name of source db Backup to Backup name This would realy speed things up (not just for me) Martijn
  11. G

    Folders & Files - List / Open / Attributes / Copy / Delete / New

    Your example works just fine. But when I customize everyting works exept the delete function.
  12. G

    Folders & Files - List / Open / Attributes / Copy / Delete / New

    runtime error Runtime error 53 File not found After checking the file is there.
  13. G

    Folders & Files - List / Open / Attributes / Copy / Delete / New

    customizing code In relation to this thread... I've tried to cusomize the code for my use. Unfortunatly this didn't work. My goal was when I open the form I automaticly points to a specific folder. I copied the code from cmdListDirfiles to the sub form open and changed Me.txtdir = "" to...
  14. G

    Pop Up calender problems

    I'm using the popup calender from mile-O-phile; http://www.access-programmers.co.uk/forums/showthread.php?t=62606&highlight=calender and i'm having some troubles. I'm calling the date selector (form) from my switchboard, from the date selector the calender can be opened. After selecting al the...
Back
Top Bottom