First of all, I'm use Access 2003 but most of the people that will be using this database with be using Access 2002. I'm not sure if that will make much of a difference but anyways here is my question. Oh and I'm making an Accounts Receivable Database.
My main question is, can you populate a multi column comboBox by using a recordset?
I would like to choose a CustID in one comboBox and use afterupdate event to create the recordsource for the Invoices comboBox.
I want to be able to remove the invoice records from the recordset when a payment will be applied to it. Therefore when the Invoice comboBox is click on again that invoice is not shown. Of course if they change their mind or made a mistake in the invoice they chose, they should have the option to add it back to the Invoice comboBox.
I've been looking for days for a solution but I'm starting to think that this is not possible the way I would like to do it. I know there are other ways to accomplish the same thing but I was hoping that this would be an easier way.
Thanks for your help.
My main question is, can you populate a multi column comboBox by using a recordset?
I would like to choose a CustID in one comboBox and use afterupdate event to create the recordsource for the Invoices comboBox.
I want to be able to remove the invoice records from the recordset when a payment will be applied to it. Therefore when the Invoice comboBox is click on again that invoice is not shown. Of course if they change their mind or made a mistake in the invoice they chose, they should have the option to add it back to the Invoice comboBox.
I've been looking for days for a solution but I'm starting to think that this is not possible the way I would like to do it. I know there are other ways to accomplish the same thing but I was hoping that this would be an easier way.
Thanks for your help.
Comment