I have a form with several fields from a table. I also have a combo box with a drop down to a different table. The form is a data entry form so that when it is first opened, it is opened to the next new record.
I want several of those values to remain after the new record button is pressed. I can accomplish this with the fields entered through the Add Existing Fields method. In the After Update property I have the line: Me.ControlName.DefaultValue = "'" & Me.ControlName.Value & "'" However, this does not work for the combo box. I get an error when trying to run this.
Can anyone help me?
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Access Expert 2.