petebevans
New member
- Local time
- Today, 19:57
- Joined
- Jun 9, 2008
- Messages
- 9
I have designed a form that records pre-treatment activity for hospital patients. In some cases, a patient may require treatment on two different areas of their body but these would need to be added as separate records. Most of the fields in the two records would have the same value however so it would be nice to have a command button that saves the first record an pre-populates the next record with the previous values. Probably would not want to populate all the fields with the previous values so a way to selectively code the fields to populate would be useful. The primary key for the underlying table is an autonumber field so I would need the autonumber to increment as nornmal for the new record. I feel this should all be fairly simple to do but I can't get my brain around it. Any ideas? 