Search results

  1. I

    Save and close command button

    Is there a code or command button that enables a form to be saved and closed. Currently I am asking users of my database to first click on a save command button and then on a separate button to close the form. Any help would be kindly received. Thanks.
  2. I

    Question Access Security

    Is there any way of locking certain forms on a database so only certain users can gain access to them. Perhaps there is a way that only a administer can edit and perform alterations to the structure of the database whilest other users can only enter data. Any help would be greatly appreciated...
  3. I

    Question Hiding Command Buttons

    I have a simple database that has a command button on each record that can enable the user to delete that particular record. However this is quite easy to do and may be clicked accidentally. Is there any way I can hide or make the command button harder to use so only certain users know how to...
  4. I

    Question Message Boxes

    Hello, I am trying to write a message box that appears when clicking a command button to close a form in order to check that the user has selected a option from a combo box. I have used the MsgBox("Message") code before, however the form still closes after reading the message and...
  5. I

    Querying specific dates

    I am trying to search a number of records that fall before a certain date the the end user of the database can determine. Can this be done using a parameter? Any help would be much appreciated. Thanks.
  6. I

    Question Extending the Number of characters in a text box

    Just wondered if anyone knew how to extend the number of characters that can fit into a text box in a form. I am relativly new to access and currently the text box only allows around 50 characters. Any help would be greatly appreciated.
  7. I

    Searching for specific dates

    I am struggleing with filtering or sorting records in a series of records using a before and after a certain date criteria. I am currently trying to use code but with little success. Any help would be greatly appreciated. Thanks.
Back
Top Bottom