Hello all,
I have a display only form. I would like users to be able to click on a command button and open another form (same form basically, but in data-entry mode) to add a new record. I need to pass some of the data from the display-only form to the data-entry form.
I have been able to open the new form, but I can't seem to figure out the right code to populate the fields with the data from the first form. I've saved the data into variables before the code opening the form, but they are not populating the fields.
Any suggestions? Thanks in advance.
I have a display only form. I would like users to be able to click on a command button and open another form (same form basically, but in data-entry mode) to add a new record. I need to pass some of the data from the display-only form to the data-entry form.
I have been able to open the new form, but I can't seem to figure out the right code to populate the fields with the data from the first form. I've saved the data into variables before the code opening the form, but they are not populating the fields.
Any suggestions? Thanks in advance.