Search results

  1. A

    Problem in reading VBA module on Access 2010 Runtime

    After developing a database application on Access 2010, I send to a friend to have a test run on Access Runtime. There are two problems and would appreciate if anyone can help. 1. The accdb version comes up with an error message that it cannot verify that the the program come from a Trustworthy...
  2. A

    Running application on Access Runtime

    After developing a database application on Access 2010, I send to a friend to have a test run on Access Runtime. There are two problems and would appreciate if anyone can help. 1. The accdb version comes up with an error message that it cannot verify that the the program come from a...
  3. A

    Problem in capturing and change KeyCode for input to TextBox

    Dear experts, To facilitate input of special graphic characters such as the degree C and plus-and-minus symbols, I would like to use Alt-1 to Alt-9 key combinations, capture these keys in a KeyDown event procedure and change the keystroke to the desired graphical character code. I am using...
  4. A

    Problem in capturing keystrokes and change the KeyCode to TextBox input

    Dear experts, To facilitate input of special graphic characters such as the degree C and plus-and-minus symbols, I would like to use Alt-1 to Alt-9 key combinations, capture these keys in a KeyDown event procedure and change the keystroke to the desired graphical character code. I am using...
  5. A

    Cannot save after editing event proc with cut/copy and paste

    I have encountered several times, and now, that after using any "cut and paste" or "copy and paste" on VBA code in the event sub, even for a few words, Access does not allow me to exit when I answer 'Yes' to save the changes. It forces me to respond "No" to exit and re-enter any changes again...
  6. A

    Access ComboBox Columns ForeColor

    I am working on a database project using Access 2010 and encounter some ComboBox text color problem and would like to seek assistance. The form has a ComboBox that displays the Supplier Name. The Combo's source control is Supplier ID in the Products table which joints the Supplier Table...
  7. A

    Text ForeColor of ComboBox fields

    I am working on a database project using Access 2010 and encounter some ComboBox text color problem and would like to seek assistance. The form has a ComboBox that displays the Supplier Name. The Combo's source control is Supplier ID in the Products table which joints the Supplier Table...
Back
Top Bottom