SwanseaAccess
New member
- Local time
- Today, 17:03
- Joined
- Sep 27, 2010
- Messages
- 8
I'm using a form as a method for users to input data and I've programmed an add button so when it is clicked the data in the form is added to the table.
Is it possible to add data to the table without the user entering the data or it appearing on the form?
For example, I'd like to add data to my table for user name (whoever's logged in when the add button is pressed) and date of entry - both for audit purposes.
But also, I need to add some calculations based on data entered into the form. For example, user will enter prices in foreign currency but I want to have a field in my table for the GBP price (foreign price entered by user x exchange rate looked up in different table). I don't need this calculation in the form as it's unneccessary but I would like it in my table.
Thanks
Is it possible to add data to the table without the user entering the data or it appearing on the form?
For example, I'd like to add data to my table for user name (whoever's logged in when the add button is pressed) and date of entry - both for audit purposes.
But also, I need to add some calculations based on data entered into the form. For example, user will enter prices in foreign currency but I want to have a field in my table for the GBP price (foreign price entered by user x exchange rate looked up in different table). I don't need this calculation in the form as it's unneccessary but I would like it in my table.
Thanks