Search results

  1. elliot315

    Protecting the database - what kind of solution?

    I have a suggestion... is there a way to store a number a really random one so the registry match the one on the database, I suggest this because there are tools that sense the changes in the registry... and a static number (one that works with all the instances of the database) is not a good...
  2. elliot315

    Secure My Database

    Thanks, very interesting way ;)
  3. elliot315

    Secure My Database

    How do I secure my database so no one can install it on other computer I know I can make the MDE file, but any one can use it.. is there a way to create a installation setup so it needs a serial o something like that.. if so what do I have to do? I don't want my database to be installed unless I...
  4. elliot315

    How To Make Field Text Null?

    thanks!!!!!!
  5. elliot315

    How To Make Field Text Null?

    I have a search form and I want to empty the search criteria field text so it will be cleared for the next search... how do I accomplish this? Thanks
  6. elliot315

    Execute Command When Pressing Enter

    Thank You!!! That was my question! thanks!
  7. elliot315

    Execute Command When Pressing Enter

    I have a search form... I want to execute the search from the text field or by clicking on the search command button what do I have to do to accomplish the search from the text field???? thanks
  8. elliot315

    Search Form Help - Option Group

    Done! Took Some time but it works like Charm... 6 subforms, 6 queries... and playing around with the visible argument.
  9. elliot315

    Search Form Help - Option Group

    So, that means I must have a query for each option of the frame and one form for each one too?.. if the answer is YES, is there a way to only have one query and send the parameter to the query so it requeries with that parameter?
  10. elliot315

    Search Form Help - Option Group

    Please someone who can help me with this situation...:confused:
  11. elliot315

    Search Form Help - Option Group

    Ok I have this search form (see attachment) I want the subform to requery and show the record that meet the criteria, the problem is I had never used the option group feature before and I have no Idea how to write the code to link the option selected to the text criteria and send it to the query...
  12. elliot315

    Specific Date Value

    OK I Got It, Thank You!!!!
  13. elliot315

    Specific Date Value

    Could you please provide the code? I've tried various ways and nothing yet :(
  14. elliot315

    Specific Date Value

    I want a field to have a default date when the form loads... the date is the 20th day of the current month.. I tried various ways but no luck...
  15. elliot315

    Any Solution for This Combo Box Problem?

    Thanks, I really appreciate your help... I just fix the ELSE part to show the dropdown in the combo box to select the zip codes of cities with more than one zip... by the way... what do you think about the design of the form... any suggestions will be gladly appreciate it.. thanks!
  16. elliot315

    Any Solution for This Combo Box Problem?

    Ok here it goes the db By the way if you have msn messenger we can chat directly mine is schindler101athotmaildotcom (sorry if on the rules says not to share email... I haven't read that, and I'm desperately trying to resolve this). the form name is "frm Informacion Personal Cliente" and the...
  17. elliot315

    Any Solution for This Combo Box Problem?

    Thank you both of you... I can post the db but it is in Spanish... could you manage that? I don't know much about VBA so please can you explain me how the code goes? I'll write all the information about the combo boxes with their names and the table name, here it goes: Combo75 is the one that...
  18. elliot315

    Any Solution for This Combo Box Problem?

    Ok here it is my situation, I have a cascading combo box where I select a city and the other combo box requery and update with the zip codes of that city. Some cities have one zip code, and others have more than one. I want the zip code combo box to put the zip code automatically when a city...
Back
Top Bottom