Search results

  1. R

    windows picture and fax viewer

    hi all, i'm trying to write a code that opens a picture (link from HD) in the standard windows picture and fax viewer. here's what i could come up with on my own: c:\windows\system32\shimgvw.dll (i registerd it in the references) and that's it... i can't seem to find the right definitions and...
  2. R

    Simple for experts...

    thanks alot gone to try it...
  3. R

    Simple for experts...

    I prefere to have the 2 tables (I have only 3 tables in the DB) what kind of sum query are you talking about ? can i run a query on the "Archive" table to sum up its values ? thanks for your help...
  4. R

    Simple for experts...

    Hi all, I have the feeling that this is a simple thing to do but i just can't figure it out, here's the thing: my DB collects orders in a resturant. I have 2 tables: tempSubtotal (itemNumber, Date, Quantity...) and Archive (ItemNumber, Date, Quantity...) I want to move the records from...
  5. R

    Form asks for parameters on exit

    what do you mean ? what is this format ?
  6. R

    Form asks for parameters on exit

    Hi all, My form is asking for parameters when i exit from it. these parameters are values of two text boxes inside the form. they are used to filter a listbox inside the form. when i remove the filter the input parameter window does not appear. the strange thing is that it only happens when i...
  7. R

    Problem with Access Runtime

    thanks, got it working now, just needed to add the mdw in the shortcut... didn't know it was possible...
  8. R

    Problem with Access Runtime

    Hi all, I packed up 4 files ( 2x .mdb, .mdw, .ico and .bmp) using the packaging wizard. during the setup process (on the new computer) the setup program reports the message "Path/File access denied". after the setup is complete (with errors), when trying to open the DB the program says that I...
  9. R

    Access Logo

    Thanks, I know how to do that. Just thought it could be done with the splash...
  10. R

    Access Logo

    thanks, found it... do you know how to set a little delay so one can see it if the computer is fast ?
  11. R

    Default Tab Control Page

    thanks alot, working now
  12. R

    Default Tab Control Page

    Hi all, Does anyone know how I can change the default tab control page that is first to be seen when I open the form ?
  13. R

    Access Logo

    Hi all, Does anyone know how to change the startup screen (originaly contains the ACCESS version details) ?
  14. R

    Date Validation

    Thanks a lot !!! Thats exactly what I've been looking for...
  15. R

    Date Validation

    would you please show me how to do that ?
  16. R

    Date Validation

    They are off... for some reason it only works with the null value
  17. R

    Date Validation

    I don't understand it, I entered the code and it's not working, the Access message always apears before the message from the code.
  18. R

    Date Validation

    Thanks for your help, I gave it a try and it works only if the user didn't enter anything (being a required field it pops up the message "Invalid Date") if the date entered is invalid, the message "Invalid Date" is not displayed and the standard access message is shown. any suggestions
  19. R

    Date Validation

    I want to validate that the user has entered a valid date. this should be simple with the validation rule and validation text in the controls properties... but ACCESS gives me the standard message instead, how can I bypass this message and insert my own ?
  20. R

    Create MDE option not available

    Hi all, i'm trying to create a MDE file to my db but the Tools->Database Utilities->Make MDE is not available. why is that ? is there anything that needs to be done before i make a MDE ?
Back
Top Bottom