spiderq
New member
- Local time
- Today, 00:28
- Joined
- Mar 27, 2004
- Messages
- 6
I need some advice about how to copy/enter/export some calculated fields from a form into a table(with the same field names).
I have a form based on a query which finds all the archers who have shot a score based on a Division parameter, this may be 2 or 5 archers, depending on the division.The form adds up the Total Hits etc in a textbox.
I want to enter these totals into a table which I can then query later on and create a report.
I have tried a number of options: DSum( which I did not really understand), exporting the form into Excel table and then importing again but this messes up my Data Types.
I'm sure I need to use some VB but not sure what.
Any Ideas?
I have a form based on a query which finds all the archers who have shot a score based on a Division parameter, this may be 2 or 5 archers, depending on the division.The form adds up the Total Hits etc in a textbox.
I want to enter these totals into a table which I can then query later on and create a report.
I have tried a number of options: DSum( which I did not really understand), exporting the form into Excel table and then importing again but this messes up my Data Types.
I'm sure I need to use some VB but not sure what.
Any Ideas?