E
Ed Havelaar
I have a cool function that I want to use as a default value for a column in
my table. But I can't because apparently Access doesn't allow user defined
functions in expressions for default values. It's very annoying. Is there
any way around it?
What I need is something like AutoNumber, *except* I want the values to be
unique across six different tables. Any ideas?
Unknown function <name> in validation expression or default value on <name>.
(Error 3388)
The function you are referencing is either unknown (because the name is
invalid or misspelled) or is a type of function not allowed by the
ValidationRule or DefaultValue property. Among the types of functions not
allowed are user-defined, SQL aggregate functions.
my table. But I can't because apparently Access doesn't allow user defined
functions in expressions for default values. It's very annoying. Is there
any way around it?
What I need is something like AutoNumber, *except* I want the values to be
unique across six different tables. Any ideas?
Unknown function <name> in validation expression or default value on <name>.
(Error 3388)
The function you are referencing is either unknown (because the name is
invalid or misspelled) or is a type of function not allowed by the
ValidationRule or DefaultValue property. Among the types of functions not
allowed are user-defined, SQL aggregate functions.