Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Duplicate various field data using a form based on data entered?

Status
Not open for further replies.

razarsharp

Programmer
Jan 5, 2001
4
0
0
US
Access 97:

1. How would I use a button(or similar) to duplicate various field data on a form into a separate record?
2. And in that duplication, updating a piece of a field?(ex. 2000-1-01 to be 2000-1-02)
3. And in updating that field, how can a change that piece to reflect what was entered in another field?
(ex. if field1 = yearly then 2000-1-01 changes to 2000-1-02 and carries all the other info on the form unchanged, or if field1 = every other year then 2000-1-01 changes to 2000-1-03 and carries all the other info on the form unchanged, or finally if field1 = every third year then 2000-1-01 changes to 2000-1-04 and carries all the other info on the form unchanged)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top