C
CatalinaJenx79
Also is there a way to use input from fields in a form, to create a
table name in runtime.
ie:
CREATE TABLE [Inv#]+Line.........
//Where Inv#=
Input from Invoice# Field in Main Form
//and Where Line =
Input from Item# Field in subform
So that from one form, there may be 3 tables created named
ie:
CTYUSE1921I607E2500000001
ie:
CTYUSE1921I607E250DO01025
ie:
CTYUSE1921I607E250KO01000
table name in runtime.
ie:
CREATE TABLE [Inv#]+Line.........
//Where Inv#=
Input from Invoice# Field in Main Form
//and Where Line =
Input from Item# Field in subform
So that from one form, there may be 3 tables created named
ie:
CTYUSE1921I607E2500000001
ie:
CTYUSE1921I607E250DO01025
ie:
CTYUSE1921I607E250KO01000