FORM FOR DEFAULT VALUE

MAZLAN

New member
Local time
Today, 19:05
Joined
Jun 5, 2000
Messages
7
Can I make a form to allow the user to key in the default value for certain fields without opening the table design.
 
may be so

Private Sub Form_Load()
Me![NAME_OF_CONTROL].DefaultValue = "SOMETING"
end sub

glad to answer
 

Users who are viewing this thread

Back
Top Bottom