Data entry form lookup feature

  • Thread starter Thread starter Belinda7237
  • Start date Start date
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.
 
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.
 
Back
Top