Search results

  1. C

    Highlighted text on tab change

    Has anyone ever had this problem where the top-most textbox on a tabbed form is highlighted every time you change tabs? If so, is there a setting to make it stop doing that? It's weird because sometimes it doesn't do that. By highlighted I mean like when you select text to copy paste, you...
  2. C

    Redefining Hotkeys

    Hi guys, I am having trouble triggering the code within the ctl+click case in this code. The code for ctl+A works fine but not for ctl+click. Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) 'Redefining Hotkeys 'Stop ctl+A from triggering Access hotkey for "select all records"...
  3. C

    Form Recordset is not updateable

    Hey guys, I need help on a problem where I want to create a form where I can write different recommendations on each textbox while displaying some information from a crosstab query (aka Query1) next to it. I have included snapshots in the attachments for better visual. My Ideal Outcome on...
  4. C

    How to test and debug a split database

    Quick question from a newbie: I have a split database with forms and subforms that I am constantly adding new features to. I work exclusively on my local copy and make sure things run fine before I link the tables and send out the updated front end. But sometimes, even if the features worked...
  5. C

    Form's DataEntry Property

    Hi peeps, I have an issue with the DataEntry property causing my form to be only useable by one user at a time. I've made a split database with the backend holding the survey response table on the slow company server, while the frontend is the survey form. It's been working fine although...
Back
Top Bottom