HI,
I would like to know if there is a way to have a form (checkbox or similar) select which table to use. My problem is that I am trying to add invoicing to my database, but the database has two companies linked to it. The invoices for company_1 is stored in table_A and the invoices for company_2 are stored in Table_B. Each company has to have unique incremental invoice numbers, so I can’t see how they can be merged into one table. I’d like the user to open the invoices form and select a checkbox to either load the invoices from company_1 or from company_2. I don’t know if there maybe is a different approach tot his problem that I haven’t thought of?
I would like to know if there is a way to have a form (checkbox or similar) select which table to use. My problem is that I am trying to add invoicing to my database, but the database has two companies linked to it. The invoices for company_1 is stored in table_A and the invoices for company_2 are stored in Table_B. Each company has to have unique incremental invoice numbers, so I can’t see how they can be merged into one table. I’d like the user to open the invoices form and select a checkbox to either load the invoices from company_1 or from company_2. I don’t know if there maybe is a different approach tot his problem that I haven’t thought of?