On 20 Dec 2005 11:06:25 -0800,
(E-Mail Removed) wrote:
>i didn't explain very well i quess.
>
>the linked table will typically be a spreadsheet.
>it will not contain a boolean yes/no field or if it does it can't be
>used as i need to.
>
>i need to add a temp boolean field to allow for selecting which records
>will be used to for printing labels.
>
>so i want to know if a temp field could be created and appended to the
>linked table via query.
>i am using a form for selection so i was thinking the query would
>become the form's data source.
This can be done using a one-to-one relationship to a local table -
but ONLY if you have a unique Primary Key in the linked table (which a
spreadsheet won't have). Otherwise the query won't be updateable.
Import would seem to be your best bet.
John W. Vinson[MVP]