dr_destructo
Registered User.
- Local time
- Today, 15:09
- Joined
- Jan 4, 2010
- Messages
- 32
Greetings!
I have run into an issue, which I hope someone here will be able to assist with. Essentially, I have created a db for inputting catering orders. I have a form with a subform. The main form contains basic data: time, guest count, date, contact info, etc. The subform contains the menu items ordered along with quantities, individual costs and total costs. What I'm trying to do, is find an per person average using a query.
The problem I'm running into, is that my total/subtotal fields use filled data from expressions instead of inputted from a table.
My question is: How can I 'force' fill a control that can be read by the table in order to run my query? I assume that this will take some VBA(which I'm not very good at), but I'm just looking at where to start. Many thanks in advance!
I have run into an issue, which I hope someone here will be able to assist with. Essentially, I have created a db for inputting catering orders. I have a form with a subform. The main form contains basic data: time, guest count, date, contact info, etc. The subform contains the menu items ordered along with quantities, individual costs and total costs. What I'm trying to do, is find an per person average using a query.
The problem I'm running into, is that my total/subtotal fields use filled data from expressions instead of inputted from a table.
My question is: How can I 'force' fill a control that can be read by the table in order to run my query? I assume that this will take some VBA(which I'm not very good at), but I'm just looking at where to start. Many thanks in advance!