I have a "proposal form" that has a bunch of information such as project name, client name, price, and some other subforms with other information. I want to create a button that opens a "projects form" that links to the proposal table and client table. I have fields for proposalID and clientID in the project table, but I seem to have trouble populating these fields. I want this button to create a new project record in the project table with the proposalID and clientID populated. Unless of course the project has already been created then it would just open the form. I seem to be missing the forest for the trees on this as I know this is a fairly basic task.
Should I handle this with VBA and use record set after checking to see if the values already exist? Or is there a more straightforward way?
Thanks!
Should I handle this with VBA and use record set after checking to see if the values already exist? Or is there a more straightforward way?
Thanks!