Hello!
I don't have experience in programming in Access or generally VBA, so I need to ask you this:
I'm creating a new DBase in Access 2007, for an insurance office. I have created 3 levels of tables:
Customers (grandparent), Contracts (parent), Payments (child). The correspondent forms contain the related subforms. I'm sending you the Access 2007 file to check it out.
What I 'm looking for, is to create a button in the parent form (eg CustomersBrowse ), that will create a new child record by form use (eg ContractsNew). What I actually need is when the ContractsNew form opens, to inherit the ID_Customer (of the parent form) in the Customer field (of the opened child form).
Is there a way to do it?
(I 'm sorry for the greek language in the DBase, it's my mother language)
I don't have experience in programming in Access or generally VBA, so I need to ask you this:
I'm creating a new DBase in Access 2007, for an insurance office. I have created 3 levels of tables:
Customers (grandparent), Contracts (parent), Payments (child). The correspondent forms contain the related subforms. I'm sending you the Access 2007 file to check it out.
What I 'm looking for, is to create a button in the parent form (eg CustomersBrowse ), that will create a new child record by form use (eg ContractsNew). What I actually need is when the ContractsNew form opens, to inherit the ID_Customer (of the parent form) in the Customer field (of the opened child form).
Is there a way to do it?
(I 'm sorry for the greek language in the DBase, it's my mother language)
Comment