Need a certain record to display

  • Thread starter Thread starter The Doctor
  • Start date Start date
T

The Doctor

All right, an invoicing system was developed.

If searching on a part record, usually you can
double click and a past invoice comes up.

For some reason, instead of the past invoice coming up, a
new invoice record is getting spawned.

What happened, and how do I fix this?
 
All right, an invoicing system was developed.

If searching on a part record, usually you can
double click and a past invoice comes up.

For some reason, instead of the past invoice coming up, a
new invoice record is getting spawned.

What happened, and how do I fix this?

Something changed in the VBA code or the Macro that you (or somebody) wrote in
the Form Control's DoubleClick event. Neither of these results are built in to
Access; it's something someone programmed in, and there's evidently an error
in the program or in how it's being used.

Note that this Usenet newsgroup is no longer supported by Microsoft and there
are very few of us volunteers still checking it. See my .sig for more active
support venues.

--

John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:

http://answers.microsoft.com/en-us/office/forum/access?tab=question&status=all
http://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev
and see also http://www.utteraccess.com
 
Back
Top