Search results

  1. U

    Can't switch UI Language to English

    Hello, experts. I am working on a machine with Access 2007 Hebrew version installed. The OS is Windows 7 in English. I want to switch all Office programs to English UI language also. I have followed steps described on Microsoft official help site and set up the default display language of Access...
  2. U

    ListBox populating with comma separated values

    Hi, I use Access 2003. I am trying to populate a list box with the names of files found in specific folder in my computer. The problem is that if the file name has a comma (,) in it, so the name is being separated in two parts - first what is before a comma and second what is after. I need them...
  3. U

    The Access 2003 crashes

    Hi, experts. I am using Access 2003 on XP Home SP3. I have a MainForm with a TabControl on it with 3 pages. Pages No'2 and No'3 each have their own Subform (let's call them sbfParent1 and sbfParent2). Each sbfParent has its own TabCtl with a sbfChild (1 and 2) on each page. Each sbfChild (we...
  4. U

    Write Conflict

    Hi, I am working with Access 2003. I have a MainForm with few subforms. I want to update the "LastUpdated" field in the source table of MainForm, but I get "Write Conflict" message. There are no other users on my PC. Here is the code in MainForm: Private Sub Form_BeforeUpdate(Cancel As...
Back
Top Bottom