Hi.I was making a program that gets a clients id number and uses it to create a new record,named by a clients id.How do i create a Visdat table at runtime.Am using the ADO object to control the database.
How to create a new table at runtime
Collapse
X
-
Originally posted by TalihomzHi.I was making a program that gets a clients id number and uses it to create a new record,named by a clients id.How do i create a Visdat table at runtime.Am using the ADO object to control the database.
Rey Sean -
-
Am trying to create a new table.Wat i mean is that for instance an existing table has client information like names,age,id number n other many details.This table is in another location lets say General Records folder.I want to create a table for each client that holds data in fields such as Date Logged On or Transaction Performed.The table for each client is created everytime a new client is registered and is on another location Client Data.How do i create the new tables for each client since each client can log on as many ties as possible?Comment
-
-
Comment