L
Leif
I'm trying to add a record to a table currently being
displayed in my form. Even though the form is set as a
dynaset, I'm not seeing the added record until I exit the
form and reenter. I've tried adding a requery statement
to my form current event, to force the form to show the
newly added record. That works, but it takes about 20
seconds with a lot of blinking of the form in the
meantime. My database is on my local machine, so the
delay is not due to a network or number of users.
I could try setting up a recordset clone using DAO, and
append a new record. I'm not sure if that will work
better or not. Anyone have an idea why I'm having this
problem?
Thanks.
displayed in my form. Even though the form is set as a
dynaset, I'm not seeing the added record until I exit the
form and reenter. I've tried adding a requery statement
to my form current event, to force the form to show the
newly added record. That works, but it takes about 20
seconds with a lot of blinking of the form in the
meantime. My database is on my local machine, so the
delay is not due to a network or number of users.
I could try setting up a recordset clone using DAO, and
append a new record. I'm not sure if that will work
better or not. Anyone have an idea why I'm having this
problem?
Thanks.