|
RobMacAF Apprentice
Joined: 09 Jun 2002 Posts: 186 Location: USA
|
Posted: Mon Jul 14, 2003 4:52 am
Adding a record to DB |
I have this in an alias
#VAR Skill %1
#New skills skills "@skill"
I want it to add the skill I have in my alias to add to the database skills under the skills field. The field is a text field but this isn't working |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Mon Jul 14, 2003 7:53 am |
You probably don't have a View named "skills". Use "All" instead.
#NEW All skills "@skill"
When having problems, it's usually a good idea to follow one of the helpfile examples as closely as possible. The example showing a "a series of field names and values" uses the format "Name1=Value1 Name2=Value2" rather than "Name1 Value1 Name2 Value2", so it would probably be a good idea if you did the same.
#NEW All skills=@skill |
|
|
|
|
|