G
Gord
I have a simple form that is based on a query (AccessXP). I am using
using labels on the form to display text so that I am able to turn them (the
labels) on and off when certain conditions are met. Fields that were
entered into the table before the query was made are recognized in the
OnCurrent form code and work fine, but fields that I have later added to the
table and query are not recognized by VBA and as a result don't show up on
the labels.
Do I have to delete and rewrite the table to include the added fields be
able to use them?
Any help with this will be greatly appreciated.
using labels on the form to display text so that I am able to turn them (the
labels) on and off when certain conditions are met. Fields that were
entered into the table before the query was made are recognized in the
OnCurrent form code and work fine, but fields that I have later added to the
table and query are not recognized by VBA and as a result don't show up on
the labels.
Do I have to delete and rewrite the table to include the added fields be
able to use them?
Any help with this will be greatly appreciated.