Reputation: 61
I have two data blocks with two tables(with fields on forms). How to save records of one table(column values of table one) to second table by setting property pallet. I have tried by giving where conditions in data block 2 property pallet but it is not saving records to table two
Upvotes: 0
Views: 725
Reputation: 142705
by setting property pallet
Looks like you want to use the 1st block's values in the 2nd block. To do that - using the Property Palette - navigate to any block 2 item and check Data set of properties, especially
When you're on that particular property, press F1
on the keyboard to read what they do, and then pick the one you find the most appropriate.
You'll have to set that property for every block 2 item, of course - one by one.
Upvotes: 1