Subform Requery

L

lrollins

I have a mainform (frmDrawings) and a subform (subfrmLastDwg). They ar
linked. This will be a multi-user database that has been split. What
want to be able to do is this:

When a user enters a new drawing number, I want the subform t
immediately refresh or requery so that the number used will show in th
subform so that the next person knows what number to use.

The drawing number is generated by a code using dmax.

Someone please help me. I've been working on this for what seems lik
forever. Hope this makes sense.

Lor
 
K

Klatuu

Try using the subform's After Insert event to requery the subform. (In this
context I mean the form that is the source object of the subform control).
 

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