Hi all,
I am writing a new invoice database for my small business. Customers are held in a seperate table to the invoices. When a new customer is added, i want a button to close the 'addcustomer' form, open the 'invoice' form (that bits been easy) but then..
***
Select the customer that has just been added from a combo box on the invoice form.
***
The combobox is bound to the customerID, and i have the new customers id held in visual basic code from before i closed the 'addcustomer' form. I also want the same thing to happen when we want to invoice an existing customer, ie have a form to lookup customers, select the one we want, then open a new invoice with that customer automatically selected.
If anyone can help it would be greatly appreciated.
Regards,
Steve Root
I am writing a new invoice database for my small business. Customers are held in a seperate table to the invoices. When a new customer is added, i want a button to close the 'addcustomer' form, open the 'invoice' form (that bits been easy) but then..
***
Select the customer that has just been added from a combo box on the invoice form.
***
The combobox is bound to the customerID, and i have the new customers id held in visual basic code from before i closed the 'addcustomer' form. I also want the same thing to happen when we want to invoice an existing customer, ie have a form to lookup customers, select the one we want, then open a new invoice with that customer automatically selected.
If anyone can help it would be greatly appreciated.
Regards,
Steve Root