My input form just went blank

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike Cooper

    My input form just went blank

    Hello all,

    I was working on the update portion of my Access database input form.
    The add and view functions were working just fine. I did not touch
    the form_load event function or anything else that would run at the
    startup of my form. Yet when I attempted to test my update function
    for the first time, the whole form came up blank!

    I have no idea what I could have done. The underlying table is still
    full of records and the form is still pointing to it. Can anyone give
    me some insight in what would cause this??

    Thank you,
    Mike Cooper
  • Deano

    #2
    Re: My input form just went blank

    Mike Cooper wrote:[color=blue]
    > Hello all,
    >
    > I was working on the update portion of my Access database input form.
    > The add and view functions were working just fine. I did not touch
    > the form_load event function or anything else that would run at the
    > startup of my form. Yet when I attempted to test my update function
    > for the first time, the whole form came up blank!
    >
    > I have no idea what I could have done. The underlying table is still
    > full of records and the form is still pointing to it. Can anyone give
    > me some insight in what would cause this??
    >
    > Thank you,
    > Mike Cooper[/color]

    You might need to requery it.

    Do you have any code that messes with the allowadditions property of the
    form?


    Comment

    Working...