Database 101

Normalize your data.

You should not create more fields. Your approach should be to create a stable structure such as:

ComputerName Text(15)
Application Text(100)

Then using a loop:
code:
for each $app in $AppARRAY
insert into Table $computer, $app
next



[ 20. November 2002, 01:10: Message edited by: Howard Bullock ]
_________________________
Home page: http://www.kixhelp.com/hb/