thegame8311
Technical User
I have done the methods found on here but they don't seem to work:
not sure where to go next because Team_name is variable that contains the name of a table, which I know is unorthodox but it is what I am doing.
each time is know the name of the table but thinks that I am using it as an alias, but all i am trying to do is close the previously used table because upon re-entering the form it will not be the same table selected
Code:
select (Team_name)
use
Code:
use in (Team_name)
not sure where to go next because Team_name is variable that contains the name of a table, which I know is unorthodox but it is what I am doing.
each time is know the name of the table but thinks that I am using it as an alias, but all i am trying to do is close the previously used table because upon re-entering the form it will not be the same table selected