See new record in puCombo Box

G

gg

I have a form, "Users" sourced to a User table. I have another
form,"OwnsBoats", sourced to another table. Within this other form, I have
a combo box that is Row Sourced to the user table and Control Sourced to a
field in the other form's underlying table.

When I enter a new user in the User form, then open the OwnsBoats form, the
combo box will not show the new user. I have tried OnUpdate docmd.runcmd
accmdsave and I have had the code close the user form before opening the
other form. The new user is definitely in the user table, but still doesn't
show in the combo box. If I close the OwnsBoatss form and reopen, it will
show. Is this normal or is it a bug?
I am using A2007 wit W7.
 
G

gg

Yes, both forms are continuous . I changed code that the command to open
the 2nd form actually performs an open-close-open action and works. Clumsy,
but so fast that user won't see anything annoying. Thanks for
direction-much appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top