how can i make query forever read whatever table is currently in u

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

Guest

i have a 'table' (call it A )
2 forms feed data into A
a query file 'sums' the fields in A.
a report file reads & displays the content of the query file.
i want to periodically stop input to A & begin a new group of data into the same fields in a new table.
I 'renamed' A to (say) Z
i 'created' a new table called A (wizard)
the forms appear to input into the new 'A'
the query appears to still see the old A(now Z)
can i make the query forever read whatever table is currently called A (asssuming its fields are unaltered) if so how???????
i can create a new query file which reads the new table A that seems unnecessary & prone to error ( the query also has 4 'built' fields which hold the result of + and - selected fields in the table )
 
Sounds like copying table A, renaming the copy to table Z, then deleting all
records from A would reslove your issue.

Rick B


message i have a 'table' (call it A )
2 forms feed data into A
a query file 'sums' the fields in A.
a report file reads & displays the content of the query file.
i want to periodically stop input to A & begin a new group of data into the
same fields in a new table.
I 'renamed' A to (say) Z
i 'created' a new table called A (wizard)
the forms appear to input into the new 'A'
the query appears to still see the old A(now Z)
can i make the query forever read whatever table is currently called A
(asssuming its fields are unaltered) if so how???????
i can create a new query file which reads the new table A that seems
unnecessary & prone to error ( the query also has 4 'built' fields which
hold the result of + and - selected fields in the table )
 
Back
Top