Search results

  1. J

    Logon box does not appear!!

    Hi, I have an access database which i've converted to a 2003 version so that I can use Access User names and permissions. I have setup a number of logons with various levels of permissions and am now ready to release the database to the users. The login works fine on my local machine...
  2. J

    Security and user roles in access 2007

    Hi, I've just finished creating my first database in Access 2007 and to finish it off I just want to add some user security. For example I want 3 different types of user - an admin, someone who can edit data and a read-only access user. I thought this would be relatively simple to do...
  3. J

    Importing Data from Excel to Access

    Hi, Ok, so I have a problem that in theory should be straightforward to fix but I cant seem to do it! I have an excel spreadsheet which contains a number of columns which each relate to a column within access. All fields except one will be imported into only one table called 'Master table'...
  4. J

    How do you select a value in a combobox?

    Hi, Basically, I wish to automatically select a combobox value when the form loads based on a value selected in another form. So just to give you an overview of what my forms look like I have a form called 'View_Sales_Orders_frm' with a combo box which we'll call combo1 for now. If the...
  5. J

    How to link a combo box to a subform??

    Hi, Im new to access and am trying to link a combo box to a subform. Basically, the combo box is called 'Project_Name_cbx' and the subform is called 'Sales_Order_tbl subform'. The combo box has 2 columns, its row source is: SELECT [Project_tbl].[Project_ID], [Project_tbl].[Project Name]...
Back
Top Bottom