Module function in DefaultValue property of table

  • Thread starter Thread starter Domac
  • Start date Start date
D

Domac

Access 97 doesn't list available modules & functions when I try to build
DefaultValue expresion.

Goal is to retreive value returned by String function (GetComputerName API
function ) and set value every time new row is appended.


Why I can't set Function name as DefaultValue property (Now() lfunction
works fine)..


Thanks a lot!
Domagoj
 
You cannot use user-defined functions for default values in tables. You can,
however, use them in forms.
 
Thank you!





Douglas J Steele said:
You cannot use user-defined functions for default values in tables. You
can,
however, use them in forms.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top