E
Esmerelda
I have a continuous form which selects data from a query:
TSL Value A Value B Unbound Column
123 50 25
456 98 97
I want to be able to create a table to be later used in an update query
(unless someone can suggest how to directly create the update query) with the
fields TSL –matching the records in the form & then the Unbound Column with
the values I enter into it (different one’s for each TSL).
Would I need to turn my existing query into a make-table query with an extra
column for me to add the ‘Unbound Column’ data? Or is there a way of doing it
without creating extra tables?
I’m capable of using & picking my way through VBA
Thanks
TSL Value A Value B Unbound Column
123 50 25
456 98 97
I want to be able to create a table to be later used in an update query
(unless someone can suggest how to directly create the update query) with the
fields TSL –matching the records in the form & then the Unbound Column with
the values I enter into it (different one’s for each TSL).
Would I need to turn my existing query into a make-table query with an extra
column for me to add the ‘Unbound Column’ data? Or is there a way of doing it
without creating extra tables?
I’m capable of using & picking my way through VBA
Thanks