I have a form (Form1) that shows a post in a table (Tbl1). There is a button that opens another form (Form2) for adding information to another table (Tbl2).
In Form2 I want to import a field value from Form1, i.e. the ID number of the post.
I can't find a way of doing this but I don't think this is impossible to do...
Anyone here who knows how to do?