Changing Textbox.DefaultValue in Access
问题 I would like to be able to change the Textbox.DefaultValue during the 'On Load' event of a form such that each time the form is loaded the user is prompted with an InputBox to change a specific TextBox.Default value which in my case the TextBox control on the table is called Stream. I have tried the following code but each time it gives me a 'RunTime Error 3422 Cannot modify table structure. Another user has the table open'. Private Sub Form_Load() CurrentDb.TableDefs("Class 1 Students (C1)")