Search results

  1. T

    Multi User Access

    I have created a combo box which will open another form based on the criteria selected in the combo box. I have multiple users wanting to access this form but when the 2nd user opens the form a combo box error appears. I am assuming this is because the other user has opened the same form the...
  2. T

    Data entry form / Combo box error

    I have created a form with a combo box that looks up information from another table. The form automatically goes to a new record when opened as I am using just for data entry. When trying to close the form I get an error as no information has been entered into the combo box field. How can I get...
  3. T

    Exporting Currency Field Without Decimal Place

    Hi All, I need to export a currency field to include the pence but without the decimal place, is this possible? It also needs to be 11 characters wide. I have tried a number of formats and can get the decimal point removed but I am not getting the pence displayed. :banghead: Thanks in advance.
  4. T

    Drop Down Menus

    Hi, Does anyone know how to remove the arrows that appear next to custom drop down menus? Thanks in advance
  5. T

    Deleting a record and returning to first record

    I have a form containing hundreds of records and if I delete record number 50 I don't want to return to the first record on the form. Does anyone know how I can force the form to stay not go to the first record. Thanks in advance.
  6. T

    Getting User Name Using WScript

    Hi, I want to incorporate this script: Set WshNetwork = WScript.CreateObject("WScript.Network") WScript.Echo "Domain = " & WshNetwork.UserDomain & Chr(13) & "Computer Name = " & WshNetwork.ComputerName & Chr(13) & "User Name = " & WshNetwork.UserName into my access database so everytime a...
Back
Top Bottom