hello ok i need to auto rename a table and for each new time to create date in table name and after that to use query into i am asking if that is possible
my 1 table name is kalktbl
and second table name is kalkulacija
query is
and i am renaming kalkulacija
can any one help me i am using visual basic
i will have 6-100 inputs with 6 rows in the same day and when search them user cant see them together in rows he must see them separate just one entrie with that 6 rows because of that i need 6-100 tables (i think) to see them separate and i just want to auto rename them to some date or document number (from field) to find that table. I am open for all sugestions
my 1 table name is kalktbl
and second table name is kalkulacija
query is
Code:
select * into kalkulacija from kalktbl
can any one help me i am using visual basic
i will have 6-100 inputs with 6 rows in the same day and when search them user cant see them together in rows he must see them separate just one entrie with that 6 rows because of that i need 6-100 tables (i think) to see them separate and i just want to auto rename them to some date or document number (from field) to find that table. I am open for all sugestions
Comment