default value in table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I've got a column 'creator' in my table. Is there way I can make it's
default value
something like currentuser?
Thanx

alekm
 
Not in a table.

If you use a form for input (as you should), you can assign CurrentUser as
the default for the textbox linked to the Creator field.
 
Assuming that [creator] is a text field, you could use "currentuser" as the
default - simply enter that value in the default line of the field property
list. Note that this will apply only when adding new records.

Of course Doug is correct, data entry should be done on a form (which also
can have a default value set for that particular bound control).
-Ed
 

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

Similar Threads

datasheet view font size, style 1
text box scroll bars 2
form and subform 1
reference problem 5
preventing input in text box 2
form that doesn't allow editing 1
beginer security problems 1
cant connect 1

Back
Top