Get data from Edit Input Box
Forums
Hi, I am very new to programming and would like to know how i can use data being entered into edit input boxes in my code.
Hi Brian,
Hi Brian,
I guess the right term is that I am trying to do a v lookup between 2 databases. I do not know how to code such a thing.
Example:Database A has field 1,2,3
Database B has field 1
Desired result: Database B has field 1,2 and 3
Thanks for the help!
Jeremy.
Hi Jeremy,
Hi Jeremy,
Sounds like you want to perform a join. CaseWare Analytics has a video on this (https://www.youtube.com/watch?v=xv_PaGW9_9Y&index=12&list=PLEE1l8LoXUCL…)
Select the join function, since you want to add the fields from Database A to Database B, Database B would be your primary file and Database A would be your secondary file. Your match would be field1 as they are the commen field between the two databases. For the type of join I would probably recommend All Primary Recrords as this will return all records even if they don't have a corresponding transaction in Database A.
Let me know if you have any problems.
Brian
Hi Jeremy, you might want to
Hi Jeremy, you might want to watch this video to help you out. https://www.youtube.com/watch?v=KpaJCx72OO8&t=227s