Search results

  1. K

    Detect the next control to get the focus before the OnExit event of the current one

    So I've got a form set up like this: ~ There's a dropdown box that gives you options from a table to choose from. ~ There's a 'Jump' button to click so that if the option you want isn't listed you can jump to the appropriate form, add a new record, and then come back. ~ The dropdown, which gets...
  2. K

    Access 2007 files bloating

    Hi All, I have an Access 2007 database with a Front end/Back end setup. Whenever I open the Front end, the file size increases dramatically. I do not have to make any design changes for this to happen. I found a Hotfix on the Microsoft site, KB960307, which, among other things, address the...
  3. K

    Changing the column order in the datasheet part of a split form (Access 2007)

    SOLVED: Changing the column order in the datasheet part of a split form (Access 2007) Hi guys, I've been getting to grips with Access 2007 recently and have run up against a problem with split forms. I have a split form with >30 fields. The fields/columns in the datasheet are not in an...
  4. K

    VBA code to maniplate web browser fails

    SOLVED: VBA code to maniplate web browser fails I have some code which worked fine on one computer (Vista, Excel 2007 (in compatibility mode), IE8) but which falls apart on my main computer (Vista, Excel 2003, IE7). The code is: Sub MySub(Usr As String) Dim ie As Object Set ie =...
  5. K

    Access 97 Runtime & Database Properties

    I have a developer version of Access 97 (as well as a normal version and also Access 2003), and I have a database that I need to distribute in the runtime version. I've had a problem writing to custom database properties in the runtime version. This would all occur in vb code, with input...
Top Bottom