Forum Discussion
junyuchew
7 years agoFrequent Visitor
How to populate values from a table with specified dates to another table with all dates
Hi, I have a table with ProductID and DateID, along with True/False column at specified dates that i would like to populate to another table. Note: There are more than 1000 unique products in the...
ryan_mayu
7 years agoSuper User
Hi,
I suggest you to create a unique column in both table which is ID&date. Then you can go to Edit Quires-> Merge Queries to import the column from the second table to first if the values in unique column are matching.