Forms

calliroi

New Member
Joined
Jul 10, 2003
Messages
21
How can I insert data from one form automatically into another form...How can I link them....lets say I have form1 with a field called comments....on this form i have a command button that will take me to form2 where i can choose from the list box the comment i want....when i double click the comment from form 2 i want this data to show up in form 1 in my comment field. Is that possible?
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
The way you describe is unnescesary. What you should do is with the comment field in the table design, is change the type from text (or memo) to a lookup to the table that has the comments.

I am assuming that your comment table is stand alone with specific predefined comments, this will give you a lookup field. If you do this your contol on the form will have to be replaced as it does not always update from changes in the table.


If the comment field is a comment that is typed freeform for specific record and NOT predifined in a table then you generally would not need to store it in another table.
 
Upvote 0

Forum statistics

Threads
1,221,771
Messages
6,161,847
Members
451,723
Latest member
Rachetsely

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top