Blue 08 R6
New member
- Local time
- Today, 21:17
- Joined
- Dec 17, 2009
- Messages
- 8
Form not saving all data to Table. 
Hi Everyone,
I am fairly new to Access and have a couple of questions. If you could help me solve the issues I am having it would be greatly appreciated.
Currently I am developing a Database that keeps track of the Employee flight & accommodation bookings.
I have a form for accommodation and depending on what site is selected in the combo box the transaction amount auto fills with the correct cost, (this is referenced from a column in the combo box itself).
The formula I am using is inside the Transaction Amount Text Box on the form is =[Camp Location].[column](1)
The total days are calulated using =DateDiff("d",[Date In],[Date Out]) in the total days text box.
And the Actual amount is calculated using =[Camp Location].[column](1)*[Total Days]
Now the issue i am having is the amount that is auto filled in the total days, transaction amount and actual amount is not being saved in the table. (it shows on the table at the bottom of my form ok though)
I have added a picture so you can see what I mean.
Any help would be greatly appreciated.
Thanks in advance.
Adam

Hi Everyone,
I am fairly new to Access and have a couple of questions. If you could help me solve the issues I am having it would be greatly appreciated.
Currently I am developing a Database that keeps track of the Employee flight & accommodation bookings.
I have a form for accommodation and depending on what site is selected in the combo box the transaction amount auto fills with the correct cost, (this is referenced from a column in the combo box itself).
The formula I am using is inside the Transaction Amount Text Box on the form is =[Camp Location].[column](1)
The total days are calulated using =DateDiff("d",[Date In],[Date Out]) in the total days text box.
And the Actual amount is calculated using =[Camp Location].[column](1)*[Total Days]
Now the issue i am having is the amount that is auto filled in the total days, transaction amount and actual amount is not being saved in the table. (it shows on the table at the bottom of my form ok though)
I have added a picture so you can see what I mean.
Any help would be greatly appreciated.
Thanks in advance.
Adam
Attachments
Last edited: