Accessing nondisplayed Fields

  • Thread starter Thread starter Chaplain Doug
  • Start date Start date
C

Chaplain Doug

I have a form whose source query grabs 8 fields. However,
I only display three of the fields in the form, but need
to reference all of the fields programmatically. When I
reference (in the code behind the form) the fields that
are not displayed on the form (via controls) they come up
as empty. How may I reference these nodisplayed fields?
I am befuddled as I seem to have always been able to do
this before. Thanks.
 
I do not know why it was not working, but I fiddled with
it and it works now. Unfortunately, I am still befuddled
as I made no net changes. I simply changed the source and
changed it back and it worked.
 
Back
Top