Search results

  1. 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 ?
  2. 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...
  3. 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 ?
  4. R

    Form asks for value on closing

    correction: that's access wizard, not access macro. this command is executed with VB code.
  5. R

    Form asks for value on closing

    after closing the form the program goes back to the "main menu" - a simple navigation form that doesn't or present any data. i made the "exit button" with the access macro, so it's one VB command: close.form...
  6. 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 ?
  7. R

    Finishing Up...

    Thanks Autoeng, I'm stuck doing TESTING, this stuff never finishes...
  8. 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,
  9. R

    Change Checkbox appearance

    IMO, Could you explain your solution please, I think I misunderstood it. it may be the right way to do this after all.
  10. R

    Change Checkbox appearance

    Sorry IMO :) I appreciate your help vary much, I've tried your suggestion and it didn't do exactly what I wanted. I need the controler to change the original checkbox field. thanks,
  11. R

    Change Checkbox appearance

    Thanks WayneRyan, I have some questions though... 1)what is : "OnCurrent Event for your record", what record do you mean ? and where can I insert the code ? 2) can this solution work on a "Tabular" form ?
  12. 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