Is there any way to create a new record (using the following code or similair)
But have it carry through certain values from the previous form you have created?
The reson being, I want to be able to create a lot of site records at once, all with the same customer, and same project name. Obviously, getting the customer and project name, etc from the main project setup screen is no problem as you just use openArgs, but I cant see a way of doing it once in the form, and obviusly when you click new, it loses all the openargs.
Any ideas anyone?
Code:
DoCmd.GoToRecord , , acNewRec
The reson being, I want to be able to create a lot of site records at once, all with the same customer, and same project name. Obviously, getting the customer and project name, etc from the main project setup screen is no problem as you just use openArgs, but I cant see a way of doing it once in the form, and obviusly when you click new, it loses all the openargs.
Any ideas anyone?
Comment