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...

    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...
  3. 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...
  4. 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...
  5. 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 ?
  6. R

    Access Logo

    Hi all, Does anyone know how to change the startup screen (originaly contains the ACCESS version details) ?
  7. 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 ?
  8. 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 ?
  9. R

    Finishing Up...

    Hello all, does anyone know what I need to do in order to run my ACCESS application on a computer that doesn't have ACCESS installed ? how can I protect my program so no one could change the database ?
  10. R

    FileDialog

    Hello everyone, I'm using a filedialog object as a file picker, for this to work I had to insert the office 10.0 object library in my references. my question is: what happens after I compile the program and run it on a computer that doesn't have ACCESS installed ? will it work there or do I...
  11. R

    Error when closing the form

    Hello Everyone, My "Customer Details" form is asking me the value of CustomerID when i'm closing it... (after closing this form the program goes to the main menu form which has no data). can anyone help ?
  12. R

    Form asks for value on closing

    Hi all, I have a form that has a bunch of controlers and a close form button. when i press the button the form asks me the value of one of the textboxes on the form. how can that be? what can i do to fix it ?
  13. R

    Finishing Up...

    Hello Everyone, Although I'm kinda new to ACCESS I've managed to finish an application. Can anyone guid me through the stages of releasing it to the customer ? where do I begin ? thanks,
  14. R

    Change Checkbox appearance

    Hello everyone, I have a form containing customer details. one of the controlers is a checkbox which source is a yes/no field in the my 'customers' table. I'm trying to invert the checkbox so it would show TRUE when the value is False and vice versa. (and change the values in the table with the...
Back
Top Bottom