Data entry form lookup feature

B

Belinda7237

I want to be able to add a feature to a data entry form that will allow
managers to pull up a previously entered form in the event an issue is found
in the entry. Is this possible? I dont want them to have to go to a table.
 
T

Tom van Stiphout

On Wed, 19 Mar 2008 06:16:04 -0700, Belinda7237

I think you meant to say "a previously entered record in the same
form".
That's possible, but not as simple as you might think. DoCmd.OpenForm
can't do this, but "dim x as new <YourFormname>" can.

-Tom.
 

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