Thanks HiTechCoach!
To anyone who is looking for the same thing, here is my solution:
The button btnProject on FrmMain has the following Event:
docmd.OpenForm "FrmProject",,,"[CustomerID]=forms![FrmMain].form![CustomerID]",,[ProjectID]
In the OnLoad event of FrmProject I have written...