Search results

  1. B

    Retrieving local computer name from within Terminal Services session

    Hi, We are using an Access database stored on a shared drive, which the users access via a Terminal Services session. What I need to do is get the computer name from the local PC from within the terminal services session. Is this possible? I have been able to get the username for a computer when...
  2. B

    Setting scroll bars in Microsoft Access

    I am having a problem with displaying the scroll bars in Access. I have created a database which is viewed correctly in 1280x720 screen resolution, which is our standard setting. However, we have recently taken on some users with sight problems, and they are using a different screen resolution...
  3. B

    String Conversion

    Hi, I am having some trouble converting a numeric field to a string within VB. The number is held as a currency field within an Access table, which is read into a recordset within VB and is being converted using the following :- lo_string = "Description" + [VbCrLf] + CStr(lo_value) When...
Back
Top Bottom