How do I stop a text field from reoccuring in all pages in access

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

Guest

I have an existing form that I added a text field to. It is an unbound field
that allows me to enter in data, however the data I enter into the field
defaults across all pages in the form. How can I turn that default off so I
can display different information in that field accross all pages?
 
Not sure what you mean by "pages" in this context, but an unbound text field
can only have one value. If you want it to be different as you move from
one record to another, then you have to bind it to a field in your table.
 
Back
Top