Search results

  1. K

    Form Header causes Flicker

    Some new information: I did some more testing and here is more details on the problem: When you have a picture set to the background and a header it causes all objects to flash. Is there any way around this?
  2. K

    Form Header causes Flicker

    Nope, no code. I have made random forms on different PCs and it comes up with the same problem. I am wondering if this is an inherent problem with headers.
  3. K

    Form Header causes Flicker

    The problem: If a form's header is set to visible, all objects on the form will flicker when the scrollbar is used. This problem has annoyed me for some time and I figured to do a little testing. I have narrowed the problem down to when the form header is visible, all objects flicker. I was...
  4. K

    Storing/updating a single variable?

    Worked perfectly, thank you.
  5. K

    New fields won't show up in VBA

    You way didn't refresh the connections. The table fields still didn't show up in the VBA code, but when I refreshed the entire table it showed up.
  6. K

    Storing/updating a single variable?

    This deals with tables/forms/VBA code. I have a table (tblData) that stores all information for a couple hundred records. I have a method that copy/pastes all this information to a webbrowser based on the URL TitleBar. If the titlebar changes I need a way to update what to look for so it can...
  7. K

    New fields won't show up in VBA

    Yeah I give all my textboxes meaningful names, along with all fieldnames, but most of my code deals with direct changes to each record, but I will probably start switching to updated the textboxes instead of the table's data directly. Anyways, making a copy of the form and renaming it and...
  8. K

    New fields won't show up in VBA

    I didn't use any wizards. I set each controlsource and name for all the objects on the form. So accessing the txt's would be better than accessing the direct control, thats what I had a feeling people would say. I still don't understand why the controlsources wouldn't show up for the new...
  9. K

    New fields won't show up in VBA

    I added about 15 new fields to a table and added textboxes bound to those fields in my form, but when I go to the VBA code I can not access any of those fields, just the textboxes I made. I have no clue why, I wonder if its some kind of refreshing whatever the VBA code is linked to but that...
  10. K

    Objects flash when scrollbar used

    Hi I have been trying to google a solution to this problem and have been asking several other forums and haven't gotten an answer to this issue I am having: My form goes off the screen to the bottom and whenever you use the scrollbar on the right every single object on the form will flash until...
Back
Top Bottom