Search results

  1. E

    Creating 2 user accounts in accdb database

    Hello I need to create two user login accounts for the database so that one account can have full rights and one only has read/write access. How do I go about doing this?
  2. E

    Send email after inserting new record

    Hi there. I have a Table and a Form setup. What i want is an email sent to a specified email address after a new record is entered into the table (Via the Form). I would assume that the VBA code would be on "After_Insert()"... Does anyone have any ideas? Thanks in advance:)
  3. E

    Searching fields in Access

    Hi there Is there a way to search through specified fields in a Table? I have a table which has a few records inside with the following fields: [ID, Software, Fix] I have a Form setup which needs to act as a search form. You enter the search criteria into one field and then you specify via...
  4. E

    Opening a form with a Query

    Hi, Basically what I need my Query to do is ask me for an ID, which the user inputs and then open a form with the correct record already displaying. So far I can get it to ask for the ID but it shows the relevant record as a table/query rather than in a form. How do I go about doing this?
Back
Top Bottom