Passing known summaries to known control names from VB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to pass summaries from a lookup in code to a form. I know that
based on my item numbers what the control name should be on the form but they
are different than the original item number for which I've summarized
transaction activity. So I'm not trying to create dynamically named
controls, but I'm trying to manipulate ones that I know exist that I can
derive from code. Any help would be greatly appreciated. My senior says
that there is no way, but I highly doubt it.
 
The question is a little vague.
What do you mean by lookup? Is it the results of a query, a DLookup, or what?
Do you want to put it in controls on a form, or have it available for the
form to use?
If you can be more specific, then maybe we can find a way.
 
I think I have it figured out now. It was dlookup into a query since you're
curious. Yes, I want to pass the coded/derived values to known controls on a
form.

What I figured out was just to write my derived values to a table for the
form to use. If you have another suggestion though I would be interested in
hearing it.
 
Back
Top