N
nytwodees
I am using Access 2000.
I tried posting this problem under Access Forms Coding but did not receive
satisfactory replies to resolution.
My Customer Work Order Form gets info from 3 tables:
Table---------tbl1CustInfo----------tbl2CustWO----------tbl3CustFUP
Linked Fields----- ID----------- CustomerWorkID------ CustomerFollowUpID
Relationship--(1 to Many Relationship)-------- (1 to Many Relationship)
Other Fields------ LastName-----WorkOrderID -----------FollowUpDate
Other Fields------ FirstName----JobLocation----------- FollowUpRemark
Other Fields------ etc.-------------- etc.------------------- etc.
I have created a query that includes fields from each of the 3 tables
indicated above. This query is used as the record source for my Work Order
Form's (Main form plus 2 sub-forms).
I have a control button on my Customer Info Form that launches the Customer
Work Order Form. The Main part of the form should be populated with the ID,
LastName, FirstName, etc. from the Customer Order Form automatically. The
remaining 2 subforms are for user input.
How can I accomplish launching a form from my current form to create a new
record that contains some info from the original form? Please be as clear as
possible since I am not a VBA expert. I know there are other ways to
accomplish this task, but I prefer to do it as I have described.
I tried posting this problem under Access Forms Coding but did not receive
satisfactory replies to resolution.
My Customer Work Order Form gets info from 3 tables:
Table---------tbl1CustInfo----------tbl2CustWO----------tbl3CustFUP
Linked Fields----- ID----------- CustomerWorkID------ CustomerFollowUpID
Relationship--(1 to Many Relationship)-------- (1 to Many Relationship)
Other Fields------ LastName-----WorkOrderID -----------FollowUpDate
Other Fields------ FirstName----JobLocation----------- FollowUpRemark
Other Fields------ etc.-------------- etc.------------------- etc.
I have created a query that includes fields from each of the 3 tables
indicated above. This query is used as the record source for my Work Order
Form's (Main form plus 2 sub-forms).
I have a control button on my Customer Info Form that launches the Customer
Work Order Form. The Main part of the form should be populated with the ID,
LastName, FirstName, etc. from the Customer Order Form automatically. The
remaining 2 subforms are for user input.
How can I accomplish launching a form from my current form to create a new
record that contains some info from the original form? Please be as clear as
possible since I am not a VBA expert. I know there are other ways to
accomplish this task, but I prefer to do it as I have described.