|
 |
access thread: Uning Unbound fields on datasheet
Message #1 by "Ben Ewards" <ben@c...> on Thu, 23 May 2002 17:39:39
|
|
I have a datasheet as a subform which has an unbound field on it. If I type a value into the unbound
field the value is copied to all records, not just the one I am entering in to.
Any ideas how to solve this,
Ben
Message #2 by PStreeter@C... on Thu, 23 May 2002 13:06:07 CST
|
|
On Thu, 23 May 2002 17:39:39 "Ben Ewards" wrote:
> I have a datasheet as a subform which has an unbound field on it. If
> I type a value into the unbound field the value is copied to all
> records, not just the one I am entering in to.
>
> Any ideas how to solve this,
> Ben
> ---
Clear it in an event procedure after each record is written.
Paul
Message #3 by "Ben Ewards" <ben@c...> on Thu, 23 May 2002 20:47:29
|
|
Could you please be a bit more specific, I am fairly new to access.
regards,
Ben
> On Thu, 23 May 2002 17:39:39 "Ben Ewards" wrote:
> I have a datasheet as a subform which has an unbound field on it. If
> I type a value into the unbound field the value is copied to all
> records, not just the one I am entering in to.
>
> Any ideas how to solve this,
> Ben
> ---
Clear it in an event procedure after each record is written.
Paul
Message #4 by "David Chapman" <luckychap@b...> on Fri, 24 May 2002 19:56:22 +0930
|
|
Ben,
An unbound field is not associated with a record - its value is only
displayed, not copied to all records.
The only way you will get around this "feature" of access is to base the
subform on a query which has a dummy field. That field becomes the control
source of your previously unbound field.
David
-----Original Message-----
From: Ben Ewards [mailto:ben@c...]
Sent: Thursday, May 23, 2002 5:40 PM
To: Access
Subject: [access] Uning Unbound fields on datasheet
I have a datasheet as a subform which has an unbound field on it. If I type
a value into the unbound field the value is copied to all records, not just
the one I am entering in to.
Any ideas how to solve this,
Ben
|
|
 |