how can I

macamarr

Board Regular
Joined
Nov 1, 2002
Messages
52
Hello,
I have a form, what I would like to do is; When I select a record from the form, have it paste/populate in some sort of a list/subform. I just don't know what I need to do. Thanks!
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
You wouldn't want to, or need to paste the data. What you would do is build a subform. eg in an Order entry type form you might have an order Header for the customer name then a subform for the order details.

The Subform has an ID for each record that is equal to the order header, so when a record from the order header is selected the details are also displayed. A relationship is created between the 2 fields.

Order Header (Table)

headerID
Name
Address


OrderDetail (Table)

OrderDetailID (id fror the details)
HeaderID (ID reference equal to Header table)
Product
OrderQTY

I'm kind of rushing a little but read up on "Subforms" in Help. Repost if your still stuck and I or someone else should be able to help.


Ziggy
 
Upvote 0

Forum statistics

Threads
1,221,543
Messages
6,160,421
Members
451,644
Latest member
hglymph

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