Search results

  1. J

    Prevent users from modifying database

    Hi Trevor, I will try this out. Thanks for your reply :) Have a good day :), Joe
  2. J

    Prevent users from modifying database

    Hi, Is there away in which I can protect an access 2007 database modification with a password. I'm doing this because I would like to prevent my client from modifying or having acces to the database's back end system (db), I would just like him to use forms and nothing else. Please Help...
  3. J

    Error 3061 - Too Few Parameters

    Thanks Paul, It worked flawlessly. For future reference, (and since I'm a beginner at this) Could you explain the difference between the code I provided and the code you provided. Is it because the parameter to be selected is text ? Regards, Joseph
  4. J

    Error 3061 - Too Few Parameters

    Hi, I'm a beginner to all this. I have a form to add and delete (through buttons present on the form) into a table called City. The City table has 2 fields called 'cityname' and 'country'. I also have a subform which displays the contents of the table so when I add or delete from the table I...
  5. J

    run time error 3021. No Current Record

    First of all thanks for your reply JHB. Worked perfectly. Thanks for your advise :). Have a good day :)
  6. J

    run time error 3021. No Current Record

    Hi, I have a form which is used to input data into and delete data from a table. The form is made up of the fields, 2 buttons (add button and delete button) and a sub form which displays the data in the table; The sub form is requeried everytime i click any of the buttons. The problem is when...
Back
Top Bottom