Undound Fields

  • Thread starter Thread starter Alimbilo
  • Start date Start date
A

Alimbilo

My last question is how can I have a unbound data to not duplicate in a
different record?

What I meant is, on day 1 whenever I put a value in my unbound data and when
I open a new record (day2), I still have that value in the undound field.
When I changed it on day 2, it changes too on day 1. Is there a way to stop
that to happen?
 
Alimbilo,
That's the nature of an unbound field.
Any value entered in an unbound text control on one record... will
display that value across all records in the recordset.
If each record must capture a value in that field, add an appropriatly
named field to your table, and bind that form field field to it.
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."
 
Back
Top