M
Mat_J
Guest
I'm a little confused about something that is happening in my Form. I have a form being supplied with Data from a Recordsource which includes records that don't have physical controls on the form, and are instead modified through VBA code when with events.
Now, I just modified my table to include an additional field, and I'd like to do the same thing I'm doing with my other fields (refer to them programmatically, but not need to display it on the form). I've included the field in the select statement of my recordsource, but I am incapable of referring to it, even though I can refer to other fields that aren't bound to controls. I believe those were created with controls, and deleted later when I realized I didn't need to see them.
This has stumped me for the past hour. All declarations of the RecordSource include this field, but I can't seem to reference it. Any ideas on how to fix it?
Thanks in advance,
Mat
Now, I just modified my table to include an additional field, and I'd like to do the same thing I'm doing with my other fields (refer to them programmatically, but not need to display it on the form). I've included the field in the select statement of my recordsource, but I am incapable of referring to it, even though I can refer to other fields that aren't bound to controls. I believe those were created with controls, and deleted later when I realized I didn't need to see them.
This has stumped me for the past hour. All declarations of the RecordSource include this field, but I can't seem to reference it. Any ideas on how to fix it?
Thanks in advance,
Mat