EDIT: nevermind I just created a new form, it looks worse but it\'s much easier I have a form of orders and there are buttons and a subform on it.
So I have a sub form that creates a record (and record it), and then another sub form opens up for data entry...however can I still use an open arg to pass the value (ProjectID) between these sub form
So I pass the ID value from one form to the next using Docmd.OpenForm \"SecondForm\",,,,,, MainID Docmd.Close AcForm, \"FirstForm\", acSaveYes
In my spring/openjpa based applica开发者_Go百科tion, I have two simple entities: @Entity public class Game {
I\'m busy preparing for the MCTS 70-536 exam, according to the exam book (Microsoft Press - .NET Framework - Application Development Foundation Self Paced Training Kit 2nd Edition), this code sample: