Search results

  1. S

    Query Parameter

    Hi, Is there a way of changing the input box when you enter a query parameter to a drop down list linked to a table? Say for instance you need to enter a name of a town to run your query and you want to give the user a list of available town names in you table.
  2. S

    Input box masking

    Hi, I have have certain fields in a form set to disabled. To enable them the user has to enter a password via an input box. Is there a way of masking what the user types in the input box? I know it can be done with a text box via the mask property setting.
  3. S

    Printing 2 Sides

    Hi, I need to be able to print a report on both sides of sheet of paper.Is it possible to, when the first page is printed, pause the print and prompt the user to re-insert the paper for reverse side printing and then to continue printing once the user has clicked an OK button?
  4. S

    Help!!

    Hi, I have numurous buttons which activate VB code procedures and up until now everything worked fine.Now when I click one of the buttons I get the message 'module not found'. This then takes me into the VB environment where all my VB procedures are for the form. I then get a message which says...
  5. S

    email query

    Hi, When emailing from Access is it possible to use the .Body command to send text and a field entry. At the moment I can send one or the other?
  6. S

    email problem

    Hi, I have created a databse in which a user enters their name along with other data.Once the data is entered the database manager can access any record and add a required action to the entered data.The manager then needs to send an email to inform the person who entered the data to of the...
  7. S

    Copying Field Entries

    I have created a database which currently holds 300 records. Each record has a 6 fields to show allowable defects (size, colour etc).All 300 records will only have choice of 3 possible defect descriptions. Is there a way of having each set of descriptions on 3 separate forms and with a click of...
  8. S

    Tick Box Security

    I am relatively new to the world of Access so forgive me if this is a stupid question. I want to be able to add some sort of security to a 'YES/NO' field where the user is prompted for a password before being able to update the field.If an incorrect password is entered then the field will not...
Back
Top Bottom