I am a Access newb...I built a PHP app that I want to build in Access
I have the following tables:
CUSTOMER
customerID
Name
DESSERTS
dessertID
treat
PURCHASED_DESSERTS
purchasedID
customerID
dessertID
I wand to display two list boxes - one with the names of customers and one with the dessert names.
Then when the form is submitted - I want to plug the this data into the PURCHASED_DESSERTS table.
My problems is I am not experienced enough with access - do I need to use VBA to do this or is there some way in the Access GUI to handle this? Forgive my ignorance on Access
Thanks
ToolJob![]()