chestyxbond
Technical User
I'm making a command button to open another form using the Wizard. One of the options is "Open the form and find specific data to display," but I'm not quite sure what this option does.
The button I'm making goes on a form in which the user adds a new record to the database, and the button will open a new form that has a few subforms on it. On the new form that opens, there is a combo box that you use to find the record you want to edit.
Now, what I'd like to happen, is that when you click on the button that opens the new form, it automatically find the record that you were on in the first form (the same way one would find it in the combo box) and display all of that record's information. It seems like this is what the option described above should do, but it doesn't seem to be doing that (unless I have to manually tie every single field together in the forms using the next page in the Wizard).
So, what's going on here? Is this the way to accomplish what I want to do, and if not how should I go about this?
Daniel