Hi everybody,
I have following problem :
I want to import data from one form to other in same access program.
Example:
I have form 1 Quotation (in relation to Customer and Product items tables) and form 2 Invoices (in relation to the same tables)
I have created Quotation (nr 125,126,127) all with different data (customers and products).
I want to import only quotation nr 126 to Invoice form.
I tried different ways but every time I'm just copying
whole quotation form (all quotations 125,126,127) get in
Invoice form. I want only quotation 126 to go in Invoice form as only that one is approved for supply.
My Invoice form is with auto number PK so the Quotation form Id 126 will have to convert to next Invoice auto nr Id (could be Id 69 )
Tks for help
Gigaz
I have following problem :
I want to import data from one form to other in same access program.
Example:
I have form 1 Quotation (in relation to Customer and Product items tables) and form 2 Invoices (in relation to the same tables)
I have created Quotation (nr 125,126,127) all with different data (customers and products).
I want to import only quotation nr 126 to Invoice form.
I tried different ways but every time I'm just copying
whole quotation form (all quotations 125,126,127) get in
Invoice form. I want only quotation 126 to go in Invoice form as only that one is approved for supply.
My Invoice form is with auto number PK so the Quotation form Id 126 will have to convert to next Invoice auto nr Id (could be Id 69 )
Tks for help
Gigaz