Hello Let me start of to says I'm a complete newbie when It comes to VBA, But in the problem facing me I can't get around it in Access 2010.Please Help.
In my "Table1" there is two fields "Open" and "Close",
The data that is in the "Close" field must automaticly be copied to the "Open" field on a new Record(all in the same Table) The tables are linked via the same ID key
Id | Open | Close
1 | 100 | 150
1 | 150 | 275
1 | 275 |
I've tried to look at the code of the build in function in access to duplicate a record but know luck.
PLEASE HELP .....
In my "Table1" there is two fields "Open" and "Close",
The data that is in the "Close" field must automaticly be copied to the "Open" field on a new Record(all in the same Table) The tables are linked via the same ID key
Id | Open | Close
1 | 100 | 150
1 | 150 | 275
1 | 275 |
I've tried to look at the code of the build in function in access to duplicate a record but know luck.
PLEASE HELP .....
Comment