Heya,
I'm afraid I'm mainly an excel person and adjusting to the differences with access and I'm trying to create a new table out of only a select few records based upon a different table.
The Scenario
I have two tables, CB and CB1, CB is the new table that I want to be made of specific records from CB1, So far I have about 950 and records with nothing but a part numbers (Amount of fields and names of fields are the same in both tables) and I need that filled with all of the fields from CB1 that have the same Part Number as those in CB.
My idea
I was wondering if it's possible to get a macro to loop through each record and say:
"If the record in the "Catalog" field of CB1 = any of the Records in Catalog field of CB, copy the entire record over and move on, else just move on and then just loops until it hits the end of the table."
I know this would be possible in excel but I have very little knowledge of the VBA terminology of access, can anyone help me with this as I really would like to avoid doing this by hand.
Best regards,
I'm afraid I'm mainly an excel person and adjusting to the differences with access and I'm trying to create a new table out of only a select few records based upon a different table.
The Scenario
I have two tables, CB and CB1, CB is the new table that I want to be made of specific records from CB1, So far I have about 950 and records with nothing but a part numbers (Amount of fields and names of fields are the same in both tables) and I need that filled with all of the fields from CB1 that have the same Part Number as those in CB.
My idea
I was wondering if it's possible to get a macro to loop through each record and say:
"If the record in the "Catalog" field of CB1 = any of the Records in Catalog field of CB, copy the entire record over and move on, else just move on and then just loops until it hits the end of the table."
I know this would be possible in excel but I have very little knowledge of the VBA terminology of access, can anyone help me with this as I really would like to avoid doing this by hand.
Best regards,