MJ_Wilkinson
Registered User.
- Local time
- Today, 03:43
- Joined
- Apr 26, 2017
- Messages
- 15
Hi all,
I have a combo box on my form that shows only certain Customer IDs from a Customer ID table that I want the user to be able to select (this table has two fields [Customer ID] and [Available]. I've done this by including that table in the Row Source as a query with [Available] set to "True".
I want to now complete this so that once a user has selected an available Customer ID this then updates the [Available] field in the Customer ID table. How can I make this happen?
Sorry this is probably really simple for someone and I think this will need VBA in the 'After Update' property. If somebody could give me some guidance on that it would be greatly appreciated.
I have a combo box on my form that shows only certain Customer IDs from a Customer ID table that I want the user to be able to select (this table has two fields [Customer ID] and [Available]. I've done this by including that table in the Row Source as a query with [Available] set to "True".
I want to now complete this so that once a user has selected an available Customer ID this then updates the [Available] field in the Customer ID table. How can I make this happen?
Sorry this is probably really simple for someone and I think this will need VBA in the 'After Update' property. If somebody could give me some guidance on that it would be greatly appreciated.