Search results

  1. J

    Avoiding Corruption

    Should I be turning off the Name Auto Correct setting? Also, is it a good idea to turn on Clear Cache on Close? James
  2. J

    When Running Code Builder Access Displays Code From a Different Form

    It seems to have stopped after I De-compiled.
  3. J

    When Running Code Builder Access Displays Code From a Different Form

    I'm trying to create a new forms for a new db. When I create command button and then select it in design view and select the On Click event the code builder opens code from a different form. I've been having a lot of issues trying to create new forms, more than I could explain here. Any ideas.
  4. J

    Odd Behavior Printing Current Record

    Tis is a Rich Text. The data gets changed very frequently... actually much more than other records.
  5. J

    Odd Behavior Printing Current Record

    I have a table I call tblNotes with only 3 fields: NoteID, NoteItem and NoteDetail. I've been using for some time now to printout certain record s as needed. One record which is my grocery list I've been using and printing out for a long time now. Today when I tried to print t out nothing was on...
  6. J

    Odd Horizontal Spacing

    That's a thought.
  7. J

    Odd Horizontal Spacing

    What I needed to do is unassociate the labels with the controls, arrange the controls then associate them again. Not sure why this needed to be done this way but it worked.
  8. J

    Odd Horizontal Spacing

    First I'm not talking about Layout Viewof a form. Also, when I select all the controls and got to the Arrange tab, the Remove Layout command is disabled, telling me that it's already turned off. Also, why would the Decrease Horizontal act differently in the 3 forms . In one form after selecting...
  9. J

    Odd Horizontal Spacing

  10. J

    Odd Horizontal Spacing

    Now another issue. Some forms the Increases and Decrease Horizontal doesn't' move the controls. When the labels are assigned to a control this seems to happen. How do I turn off layout guides???
  11. J

    Odd Horizontal Spacing

    I looked in the 'Arrange' tab and the Remove Layout command is disabled.
  12. J

    Odd Horizontal Spacing

    When I make a multiple selection on form and use the 'Decrease Horizon' the form objects don't do what is expected. The second image is what happens when I click on 'Decrease Horizontal' in the 'Arrange' tab. James
  13. J

    VB Debug Menu Showing Wrong Database Name

    Ah, ok, got it. Great, never thought to check that. Thanks much, James
  14. J

    VB Debug Menu Showing Wrong Database Name

    I can't change it. It's on the Debug menu. It doesn't seem to be causing any issues, though. Whne I click the File menu in a module the Save databasename shows the correct database.
  15. J

    VB Debug Menu Showing Wrong Database Name

    I imported objects form Access database into a new Access Database. When I'm in a module code window and select 'Debug' the the compile command is showing the wrong database name. The name that is displayed is the database I imported from. I never seen this before. Any ideas?? James
  16. J

    Error 438

    Thanks much, James
  17. J

    Error 438

    I use the naming conventions on combo boxes, list boxes and command buttons. I guess it's just a matter of naming them properly.
  18. J

    Error 438

    Just wanted to let everyone know I found what caused the issue with the Error code 438. Found that for some reason I changed the 'Name' of the control to 'Title.' Still don't know why I would do that. Changed the Name to DvdMovieTitle and it works fine now.
  19. J

    Error 438

    The problem with that is this is a split form. Without the SetFocus I'm forced to click in the first field even though it is the first control in the Tab Order. After clicking the 'New' button, the focus goes to the datasheet even though I set it to Read Only.
  20. J

    Error 438

    I'll import into a new database. I really didn't think of trying that. I do compact and repair frequently, especially if I'm making changes to all my forms. Oh, well. Thanks for the insights. James
Back
Top Bottom