Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

saving design changes done via VBA

Status
Not open for further replies.

MaxEd

Technical User
Jul 3, 2002
407
US
Is there a way to save design changes made during runtime. Example: txtBox default value is currently "Old Value", In VBA code I change the .DefaultValue to "New Value". Then I do a docmd save the form. The new value doesn't show up when I reload the form.

-Laughter works miracles.
 
How are ya MaxEd . . . . .

To permanently save form properties, the [blue]form has to be opened in Design View![/blue]

Calvin.gif
See Ya! . . . . . .
 
TheAceMan1,

Thanks!! I figured that is the only way.

-Laughter works miracles.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top