keepfoxing
Programmer
hello everyone!
i am using a table in all my forms and my problem is when i'm loading a form, the error message: "Alias table not found".
for example: i have 3 forms (splash,login,main)
when i run the forms from splash -> login -> main then that is the time the error will popup
but if i run the forms individually, no errors at all.
in every form, i used this code to select a table:
and this line also is where the error points.
any help would be appreciated..thanks in advance
i am using a table in all my forms and my problem is when i'm loading a form, the error message: "Alias table not found".
for example: i have 3 forms (splash,login,main)
when i run the forms from splash -> login -> main then that is the time the error will popup
but if i run the forms individually, no errors at all.
in every form, i used this code to select a table:
Code:
select table
and this line also is where the error points.
any help would be appreciated..thanks in advance